.cassonetti-page {
    padding: 25px 20px 40px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.3;
}

.cassonetti-header {
    margin-bottom: 30px;
}

.cassonetti-header h1 {
    margin: 0;
    font-size: 46px;
    font-weight: 900;
    color: #1f1f1f;
    line-height: 1;
    text-transform: uppercase;
}

.cassonetti-header h2 {
    margin: 5px 0 0;
    font-size: 40px;
    font-weight: 900;
    color: #007d4d;
    line-height: 1;
    text-transform: uppercase;
}

.cassonetti-section,
.apertura-section,
.vetro-section,
.final-section {
    margin-top: 25px;
}

.cassonetti-page p {
    font-size: 16px;
    margin-bottom: 18px;
}

.cassonetti-page strong {
    color: #007d4d;
    font-weight: 700;
}

.check-list {
    padding-left: 0;
    margin: 10px 0 20px;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 6px;
    font-size: 16px;
}

.check-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #007d4d;
    font-size: 14px;
}

.cassonetto-box {
    margin-bottom: 35px;
}

.cassonetto-wrapper {
    position: relative;
    display: inline-block;
}

.cassonetto-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
}

.cassonetto-label {
    position: absolute;
    right: -5px;
    bottom: 28px;
    background: #007d4d;
    color: #ffffff !important;
    padding: 10px 14px;
    min-width: 165px;
    text-align: left;
    transform: rotate(4deg);
    z-index: 50;
    display: block;
    box-shadow: 0 2px 6px rgba(0,0,0,0.20);
}

.cassonetto-label span {
    display: block;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 2px;
    color: #ffffff !important;
}

.cassonetto-label strong {
    display: block;
    font-size: 20px;
    line-height: 1.05;
    font-weight: 700;
    color: #ffffff !important;
}

.yellow-label {
    background: #efd88d;
}

.yellow-label span,
.yellow-label strong {
    color: #007d4d !important;
}

.cassonetti-bar {
    background: #007d4d;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 14px 15px;
    margin: 35px 0 30px;
}

.step-item {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}

.step-number {
    display: table-cell;
    width: 45px;
    font-size: 42px;
    font-weight: 700;
    color: #8cc63f;
    vertical-align: top;
    line-height: 1;
}

.step-text {
    display: table-cell;
    vertical-align: top;
    font-size: 15px;
    padding-top: 5px;
}

.tessera-note {
    margin-top: 20px;
    font-size: 15px;
}

.qr-section {
    margin-top: 10px;
}

.qr-text {
    font-size: 15px;
    font-weight: 700;
    color: #007d4d;
    line-height: 1.3;
    margin-bottom: 10px;
}

.qr-image {
    max-width: 130px;
}

.info-box {
    background: #007d4d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    padding: 24px 20px;
    margin: 40px auto 35px;
    max-width: 900px;
}

.final-section img,
.vetro-section img,
.cassonetto-box img {
    max-width: 100%;
}

@media (max-width: 767px) {

    .cassonetti-page {
        padding: 20px 15px 30px;
    }

    .cassonetti-header h1 {
        font-size: 32px;
    }

    .cassonetti-header h2 {
        font-size: 28px;
    }

    .cassonetti-page p,
    .check-list li,
    .step-text,
    .tessera-note {
        font-size: 14px;
    }

    .cassonetti-bar {
        font-size: 16px;
        line-height: 1.4;
        padding: 12px 10px;
    }

    .step-number {
        width: 36px;
        font-size: 32px;
    }

    .info-box {
        font-size: 16px;
        padding: 18px 15px;
    }

    .qr-image {
        max-width: 110px;
    }

    .cassonetto-label {
        right: 0;
        bottom: 18px;
        min-width: 130px;
        padding: 7px 10px;
    }

    .cassonetto-label span {
        font-size: 10px;
    }

    .cassonetto-label strong {
        font-size: 14px;
    }

    .cassonetto-box {
        margin-top: 20px;
    }

    .final-section .col-sm-6 {
        margin-bottom: 25px;
    }
}