/* Facebook button, matching Discord button styling */
.dal-button--facebook {
    background-color: #1877F2;
    color: #fff !important;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 20px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    flex: 1 1 48%;
    max-width: 320px;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.05s ease;
}

.dal-button--facebook:hover {
    box-shadow: -7px 0px 7px 0px rgb(145 145 145 / 45%);
}

.dal-button--facebook:active {
    transform: translateY(0);
    box-shadow: -7px 0px 7px 0px rgb(145 145 145 / 45%);
}

.dal-button--facebook .dal-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    fill: currentColor;
    vertical-align: middle;
}

.fb-data-deletion-instructions {
    max-width: 720px;
}

.fb-data-deletion-instructions__actions {
    margin-top: 12px;
}

.fb-data-deletion-status {
    max-width: 720px;
    margin: 40px auto;
    padding: 0 20px;
}
