.fdl-container {
    border: 1px solid #ccc;
    padding: 15px;
    text-align: center;
    max-width: 350px;
    margin: 10px auto;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: sans-serif;
}

.fdl-container #fdl-like-btn,
.fdl-container .fdl-download-btn {
    background-color: #ffffff !important;
    color: #1877f2 !important;  /* Forza il colore blu del testo */
    padding: 12px 18px;
    font-size: 16px;
    border: 2px solid #1877f2;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 600;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    transition: background-color 0.3s, color 0.3s;
    min-height: 56px; /* Uniforma l'altezza */
}

.fdl-container .fdl-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.fdl-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}