.pdf-download-wrapper-537750f1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    gap: 20px;
    width: 100%;
}

.pdf-col-anno-537750f1 {
    flex: 0 0 auto;
    /* Min-width fallback in caso il controllo non sia impostato, 
       ma la larghezza esatta viene gestita via settings inline del widget */
}

.pdf-col-titolo-537750f1 {
    flex: 1 1 auto;
}

.pdf-col-pulsante-537750f1 {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .pdf-download-wrapper-537750f1 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .pdf-col-anno-537750f1,
    .pdf-col-titolo-537750f1,
    .pdf-col-pulsante-537750f1 {
        width: 100% !important; /* Forza larghezza intera su mobile */
        margin-bottom: 10px;
    }
    
    .pdf-col-pulsante-537750f1 {
        margin-bottom: 0;
    }
}

.pdf-download-year-537750f1 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0;
    text-transform: uppercase;
}

.pdf-download-title-537750f1 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0;
    line-height: 1.3;
}

.pdf-download-btn-537750f1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #0073e6;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.pdf-download-btn-537750f1:hover {
    background-color: #005bb5;
    color: #fff;
}

.pdf-download-icon-537750f1 {
    display: inline-flex;
    margin-right: 8px;
}

.pdf-download-icon-537750f1 svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}
