/* Fancy Button */
.fbutton {
    background-color: #2D2B33;
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 60px;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    padding: 11px 12px;
}

.fbutton_labels {
    margin-left: 12px;
}

.fbutton_label_title {
    font-weight: bold;
    margin-bottom: 2px;
}

.fbutton_label_desc {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

/* Add margin after fbuttons if not last */
.fbutton_label_desc > *:not(:last-child) {
    margin-right: 7px;
}
