.container {
    padding-left: 50px;
    padding-right: 50px;
}

/* Divider Line */

.eventi_esterni_social_divider-line {
    width: 100%;
    max-width: 1400px;
    height: 1px;
    background: #969696;
    margin: 30px auto;
}

/* Screenshot Section */

.eventi_esterni_social_screenshot-section {
    display: grid;
    justify-items: center;
    margin: 40px 0;
}

.eventi_esterni_social_screenshot-image {
    width: 100%;
    max-width: 701px;
    height: 128px;
    background: linear-gradient(135deg, #f8f8f8, #e8e8e8);
    border-radius: 8px;
    border: 2px solid #ddd;
    display: grid;
    place-items: center;
}

.eventi_esterni_social_screenshot-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

/* Sources Section */

.eventi_esterni_terminati_social-title-section {
    width: 100%;

}

.container_clienti {
        max-width: 1400px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 50px 60px 50px;
}
.div_container_subtitle {
        max-width: 1400px;
    margin: 0px auto;
    width: 100%;
    padding: 0px 50px 60px 50px;
}

.eventi_esterni_terminati_social-title-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 10px 0;
    max-width: 372px;
}

.eventi_esterni_terminati_social-title-list {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    max-width: 355px;
}

.clienti_contatto-subtitle {
    font-family: Inter, sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    text-align: center;
}


/* Share Section */

.eventi_esterni_terminati_social-section {
   display: grid;
    justify-items: flex-start;
    margin: 0px auto;
    background-color: #efefef;
}

.eventi_esterni_terminati_social-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    color: black;
    margin: 0;
    max-width: 663px;
    text-align: center;
}

.eventi_esterni_terminati_social-icons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 50px));
    gap: 14px;
    justify-content: center;
}

.eventi_esterni_terminati_social-link {
    width: 55px;
    height: 52px;
    border-radius: 3px;
    display: grid;
    place-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: red;
}

.eventi_esterni_social_copy-link {
    background: #666666;
    color: white;
}

.eventi_esterni_social_copy-link:hover {
    background: #555555;
}

.eventi_esterni_social_email {
    background: #666666;
    color: white;
}

.eventi_esterni_social_email:hover {
    background: #555555;
}

.eventi_esterni_social_whatsapp {
    background: #25D366;
    color: white;
}

.eventi_esterni_social_whatsapp:hover {
    background: #20b358;
}

.eventi_esterni_social_faceventi_esterni_social {
    background: #1877F2;
    color: white;
}

.eventi_esterni_social_faceventi_esterni_social:hover {
    background: #166fe5;
}

.eventi_esterni_social_twitter {
    background: #3a3a3a;
    color: white;
}

.eventi_esterni_social_twitter:hover {
    background: #333333;
}

.eventi_esterni_social_linkedin {
    background: #0A66C2;
    color: white;
}

.eventi_esterni_social_linkedin:hover {
    background: #0954a5;
}

.eventi_esterni_social_pinterest {
    background: #E60023;
    color: white;
}

.eventi_esterni_social_pinterest:hover {
    background: #c50020;
}

.eventi_esterni_social_instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: white;
}

.eventi_esterni_social_instagram:hover {
    background: linear-gradient(45deg, #e6883c 0%, #d55a35 25%, #c91f3c 50%, #b91c5f 75%, #a91481 100%);
}

/* Comments Section */

.eventi_esterni_social_comments-section {
    background: #EFEFEF;
    padding: 60px 50px;
    margin: 60px 0px 40px 0px;
    border-radius: 8px;
}

.eventi_esterni_social_comments-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #000000;
    margin: 0 0 40px 0;
    max-width: 663px;
    margin-left: auto;
    margin-right: auto;
}

.eventi_esterni_social_comment-form {
    max-width: 650px;
    margin: 0 auto;
    display: grid;
    gap: 20px;
}

.eventi_esterni_social_form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.eventi_esterni_social_form-group {
    position: relative;
}

.eventi_esterni_social_form-input {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 46px;
    padding: 0 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #000000;
    outline: none;
    box-sizing: border-box;
}

.eventi_esterni_social_form-input:focus {
    border-color: #008BEE;
}

.eventi_esterni_social_form-input.error {
    border-color: #FF0000;
}

.eventi_esterni_social_form-textarea {
    width: 100%;
    height: 145px;
    background: #FFFFFF;
    border: 3px solid #FFFFFF;
    border-radius: 17px;
    padding: 15px 20px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #000000;
    outline: none;
    box-sizing: border-box;
    resize: vertical;
}

.eventi_esterni_social_form-textarea:focus {
    border-color: #008BEE;
}

.eventi_esterni_social_form-textarea.error {
    border-color: #FF0000;
}

.eventi_esterni_social_error-message {
    position: absolute;
    bottom: -20px;
    left: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 10px;
    line-height: 30px;
    color: #FF0000;
    display: none;
}

.eventi_esterni_social_error-message.show {
    display: block;
}

.eventi_esterni_social_submit-btn {
    width: 124px;
    height: 48px;
    background: #008BEE;
    border-radius: 62px;
    border: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    transition: background-color 0.3s ease;
    justify-self: center;
}

.eventi_esterni_social_submit-btn:hover {
    background: #0077cc;
}

/* Existing Comments */

.eventi_esterni_social_existing-comments {
    margin: 0px auto;
    max-width: 1000px;
    padding-right: 50px;
    padding-left: 50px;
}

.eventi_esterni_social_comments-count {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 30px 0;
}

.eventi_esterni_social_comments-slider {
    display: flex;
    padding-bottom: 30px;
}

.eventi_esterni_social_comment-item {
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    min-width: 320px;
    max-width: 430px;
    flex-shrink: 0;
    border: none;
    padding-right: 30px;
}

.eventi_esterni_social_comment-item2 {
    background: #FFFFFF;
    border-radius: 0;
    box-shadow: none;
    min-width: 320px;
    max-width: 430px;
    flex-shrink: 0;
    border: none;
    padding-left: 30px;
}

.eventi_esterni_social_comment-header {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 20px;
}

.eventi_esterni_social_comment-author, .eventi_esterni_social_comment-date {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}

.eventi_esterni_social_comment-text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    max-width: 500px;
}

/* Related Articles */

.eventi_esterni_social_related-articles {
    margin: 50px 0;
}

.eventi_esterni_social_related-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin: 0 0 30px 0;
}

.eventi_esterni_social_related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.eventi_esterni_social_related-item {
    background: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eventi_esterni_social_related-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.eventi_esterni_social_related-image {
    width: 100%;
    height: 249px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
    border-bottom: 2px solid #ddd;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.eventi_esterni_social_related-placeholder {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
}

.eventi_esterni_social_related-content {
    padding: 20px;
    display: grid;
    gap: 15px;
}

.eventi_esterni_social_related-article-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    margin: 0;
    min-height: 78px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.eventi_esterni_social_related-link {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-decoration: underline;
    color: #000000;
    transition: color 0.3s ease;
    justify-self: start;
}

.eventi_esterni_social_related-link:hover {
    color: #008BEE;
}

/* MEDIA QUERIES */

/* TITOLO FONTI */

@media (max-width: 1066px) {
    .eventi_esterni_terminati_social-title-title, .eventi_esterni_social_comments-count {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
    .eventi_esterni_terminati_social-title-title, .eventi_esterni_social_comments-count {
        font-size: 22px;
        line-height: 28px;
    }
}

/* SOTTOTITOLO */

@media (max-width: 1128px) {
    .eventi_esterni_terminati_social-title-list {
        font-size: 16px;
        line-height: 22px;
    }
    .eventi_esterni_terminati_social-title-list {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .eventi_esterni_terminati_social-title-list {
        line-height: 20px;
        font-size: 14px;
    }
}

/* TITOLO CONDIVIDI */

@media (max-width: 369px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 33px;
        line-height: 39px;
    }
}

@media (min-width: 850px) and (max-width: 964px) {
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 35px;
        line-height: 41px;
    }
}

@media (max-width: 699px) {
    .eventi_esterni_terminati_social-icons {
        justify-items: flex-start;
    }
}

/* A 375px → 3 per riga */

@media (max-width: 375px) {
    .eventi_esterni_terminati_social-icons {
        justify-items: flex-start;
    }
}

@media (max-width: 369px) {
    .eventi_esterni_social_comment-text {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Mobile responsive */

@media (max-width: 768px) {
    .eventi_esterni_social_form-row {
        grid-template-columns: 1fr;
    }
    .eventi_esterni_social_comments-slider {
        flex-direction: column;
        gap: 20px;
    }
    .eventi_esterni_social_comment-item, .eventi_esterni_social_comment-item2 {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 699px) {
    .eventi_esterni_terminati_social-title-section {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 375px) {
    /* Social a 3 colonne */
    .eventi_esterni_terminati_social-icons {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
    /* Articoli correlati in colonna */
    .eventi_esterni_social_related-grid {
        grid-template-columns: 1fr;
    }
    .eventi_esterni_social_related-item {
        width: 100%;
    }
    /* Testi più piccoli */
    .eventi_esterni_terminati_social-title, .eventi_esterni_social_comments-title {
        font-size: 28px;
        line-height: 34px;
    }
}

.container {
    margin-right: 0px !important;
    margin-left: 0px !important;
    max-width: 100% !important;
}

@media (max-width: 409px) {
    .container_clienti,
    .div_container_subtitle {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .container_clienti,
    .div_container_subtitle {
        padding-left: 50px;
        padding-right: 50px;
        
    }
}

@media (min-width: 700px) and (max-width: 870px) {
.container_clienti,
    .div_container_subtitle {
        padding-left: 30px;
        padding-right: 30px;
    }
}


@media (max-width: 369px) {
    .eventi_esterni_terminati_social-title {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 370px) and (max-width: 820px) {
    .eventi_esterni_terminati_social-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .eventi_esterni_terminati_social-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 944px) and (max-width: 1066px) {
    .eventi_esterni_terminati_social-title {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1067px) and (max-width: 1080px) {
    .eventi_esterni_terminati_social-title {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (max-width: 369px) {
    .clienti_contatto-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1400px) {
    .clienti_contatto-subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1199px) and (max-width: 1128px) {
    .clienti_contatto-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
}