.elementor-11773 .elementor-element.elementor-element-9443bc4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-11773 .elementor-element.elementor-element-9443bc4{--padding-top:30px;--padding-bottom:30px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for container, class: .elementor-element-9443bc4 *//* ==========================================================
   ADELAIDE SKIP BIN HIRE — WASTE GUIDE
   All classes use the "asbh-" prefix to reduce theme conflicts.
========================================================== */

.asbh-waste-guide {
    --asbh-green-dark: #174f3f;
    --asbh-green: #197652;
    --asbh-green-light: #edf8f3;

    --asbh-red: #b43b43;
    --asbh-red-light: #fff1f2;

    --asbh-amber: #8a6100;
    --asbh-amber-light: #fff8e5;

    --asbh-blue: #315f73;
    --asbh-blue-light: #eef7fa;

    --asbh-text: #1d2b27;
    --asbh-muted: #61706b;
    --asbh-border: #dce6e2;
    --asbh-surface: #ffffff;
    --asbh-page-surface: #f5f8f7;

    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    color: var(--asbh-text);
    font-family: inherit;
}

.asbh-waste-guide,
.asbh-waste-guide *,
.asbh-waste-guide *::before,
.asbh-waste-guide *::after {
    box-sizing: border-box;
}


/* ==========================================================
   MAIN INTRODUCTION
========================================================== */

.asbh-waste-guide__intro {
    max-width: 760px;
    margin: 0 auto 38px;
    text-align: center;
}

.asbh-waste-guide__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    padding: 7px 14px;
    border: 1px solid rgba(25, 118, 82, 0.22);
    border-radius: 999px;
    background: var(--asbh-green-light);
    color: var(--asbh-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.asbh-waste-guide__intro h2 {
    margin: 0 0 12px;
    color: var(--asbh-text);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.asbh-waste-guide__intro p {
    max-width: 680px;
    margin: 0 auto;
    color: var(--asbh-muted);
    font-size: 17px;
    line-height: 1.65;
}


/* ==========================================================
   INDIVIDUAL WASTE CARDS
========================================================== */

.asbh-waste-card {
    position: relative;
    margin: 0 0 32px;
    overflow: hidden;
    border: 1px solid var(--asbh-border);
    border-radius: 22px;
    background: var(--asbh-surface);
    box-shadow:
        0 18px 45px rgba(22, 63, 50, 0.07),
        0 3px 10px rgba(22, 63, 50, 0.04);
}

.asbh-waste-card::before {
    display: block;
    width: 100%;
    height: 7px;
    background:
        linear-gradient(
            90deg,
            var(--asbh-green-dark) 0%,
            var(--asbh-green) 55%,
            #58a579 100%
        );
    content: "";
}

.asbh-waste-card__header {
    padding: 27px 30px 21px;
    border-bottom: 1px solid var(--asbh-border);
    background:
        linear-gradient(
            135deg,
            rgba(237, 248, 243, 0.85) 0%,
            rgba(255, 255, 255, 1) 65%
        );
}

.asbh-waste-card__number {
    display: block;
    margin-bottom: 8px;
    color: var(--asbh-green);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.3;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.asbh-waste-card__header h3 {
    margin: 0 0 8px;
    color: var(--asbh-text);
    font-size: clamp(25px, 3vw, 34px);
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.asbh-waste-card__header p {
    max-width: 760px;
    margin: 0;
    color: var(--asbh-muted);
    font-size: 16px;
    line-height: 1.6;
}


/* ==========================================================
   ALLOWED / NOT ALLOWED GRID
========================================================== */

.asbh-waste-card__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 20px;
    padding: 26px 30px;
}

.asbh-waste-panel {
    overflow: hidden;
    border: 1px solid var(--asbh-border);
    border-radius: 16px;
    background: var(--asbh-surface);
}

.asbh-waste-panel__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 62px;
    padding: 14px 17px;
    border-bottom: 1px solid var(--asbh-border);
}

.asbh-waste-panel__heading h4 {
    margin: 0;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.3;
}

.asbh-waste-panel__icon {
    display: inline-flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1;
}


/* Allowed panel colours */

.asbh-waste-panel--allowed {
    border-color: rgba(25, 118, 82, 0.25);
}

.asbh-waste-panel--allowed .asbh-waste-panel__heading {
    background: var(--asbh-green-light);
    color: var(--asbh-green-dark);
}

.asbh-waste-panel--allowed .asbh-waste-panel__icon {
    background: var(--asbh-green);
    color: #ffffff;
}


/* Prohibited panel colours */

.asbh-waste-panel--prohibited {
    border-color: rgba(180, 59, 67, 0.22);
}

.asbh-waste-panel--prohibited .asbh-waste-panel__heading {
    background: var(--asbh-red-light);
    color: #8f2d34;
}

.asbh-waste-panel--prohibited .asbh-waste-panel__icon {
    background: var(--asbh-red);
    color: #ffffff;
}


/* ==========================================================
   ITEM LISTS
========================================================== */

.asbh-waste-list {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 15px;
    list-style: none;
}

.asbh-waste-list li {
    position: relative;
    margin: 0;
    padding: 11px 12px 11px 39px;
    border: 1px solid var(--asbh-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--asbh-text);
    font-size: 15px;
    line-height: 1.45;
}

.asbh-waste-list li::before {
    position: absolute;
    top: 11px;
    left: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.asbh-waste-panel--allowed .asbh-waste-list li::before {
    border: 1px solid rgba(25, 118, 82, 0.2);
    background: var(--asbh-green-light);
    color: var(--asbh-green);
    content: "✓";
}

.asbh-waste-panel--prohibited .asbh-waste-list li::before {
    border: 1px solid rgba(180, 59, 67, 0.18);
    background: var(--asbh-red-light);
    color: var(--asbh-red);
    content: "×";
}


/* ==========================================================
   IMPORTANT NOTES
========================================================== */

.asbh-waste-note {
    position: relative;
    margin: 0 30px 26px;
    padding: 15px 17px 15px 49px;
    border: 1px solid rgba(138, 97, 0, 0.23);
    border-radius: 12px;
    background: var(--asbh-amber-light);
    color: #624800;
    font-size: 14px;
    line-height: 1.6;
}

.asbh-waste-note::before {
    position: absolute;
    top: 15px;
    left: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--asbh-amber);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    content: "i";
}

.asbh-waste-note strong {
    color: #513b00;
    font-weight: 750;
}

.asbh-waste-note--check {
    border-color: rgba(49, 95, 115, 0.22);
    background: var(--asbh-blue-light);
    color: #294f60;
}

.asbh-waste-note--check::before {
    background: var(--asbh-blue);
    content: "?";
}

.asbh-waste-note--check strong {
    color: #234858;
}


/* ==========================================================
   HOVER EFFECTS FOR DESKTOP
========================================================== */

@media (hover: hover) {

    .asbh-waste-card {
        transition:
            transform 180ms ease,
            box-shadow 180ms ease;
    }

    .asbh-waste-card:hover {
        transform: translateY(-3px);
        box-shadow:
            0 22px 55px rgba(22, 63, 50, 0.1),
            0 5px 14px rgba(22, 63, 50, 0.05);
    }

    .asbh-waste-list li {
        transition:
            border-color 160ms ease,
            transform 160ms ease;
    }

    .asbh-waste-panel--allowed .asbh-waste-list li:hover {
        transform: translateX(2px);
        border-color: rgba(25, 118, 82, 0.35);
    }

    .asbh-waste-panel--prohibited .asbh-waste-list li:hover {
        transform: translateX(2px);
        border-color: rgba(180, 59, 67, 0.32);
    }
}


/* ==========================================================
   TABLET AND MOBILE
========================================================== */

@media (max-width: 767px) {

    .asbh-waste-guide__intro {
        margin-bottom: 28px;
        padding-right: 4px;
        padding-left: 4px;
    }

    .asbh-waste-guide__intro p {
        font-size: 16px;
    }

    .asbh-waste-card {
        margin-bottom: 24px;
        border-radius: 17px;
    }

    .asbh-waste-card__header {
        padding: 22px 19px 18px;
    }

    .asbh-waste-card__header p {
        font-size: 15px;
    }

    .asbh-waste-card__grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 19px;
    }

    .asbh-waste-panel {
        border-radius: 13px;
    }

    .asbh-waste-note {
        margin-right: 19px;
        margin-bottom: 19px;
        margin-left: 19px;
    }
}


/* ==========================================================
   SMALL MOBILE
========================================================== */

@media (max-width: 420px) {

    .asbh-waste-guide__intro h2 {
        font-size: 29px;
    }

    .asbh-waste-card__header h3 {
        font-size: 25px;
    }

    .asbh-waste-list {
        padding: 11px;
    }

    .asbh-waste-list li {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }

    .asbh-waste-note {
        padding-right: 13px;
        font-size: 13px;
    }
}


/* ==========================================================
   PRINT / CLIENT PDF PREVIEW
========================================================== */

@media print {

    .asbh-waste-card {
        break-inside: avoid;
        box-shadow: none;
    }

    .asbh-waste-card:hover {
        transform: none;
    }
}/* End custom CSS */