.elementor-3304 .elementor-element.elementor-element-dc3ac9c{--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;overflow:visible;}.elementor-3304 .elementor-element.elementor-element-5900ce7{--display:flex;--min-height:0px;--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;overflow:visible;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3304 .elementor-element.elementor-element-6108e75 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-weight:700;color:#111111;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-3304 .elementor-element.elementor-element-fb789c1{text-align:justify;font-family:"Noto Sans", Sans-serif;font-weight:400;color:#363131;}.elementor-3304 .elementor-element.elementor-element-16c17b1 .elementor-heading-title{font-family:"Noto Sans", Sans-serif;font-size:26px;font-weight:700;color:#01B9D3;}.elementor-3304 .elementor-element.elementor-element-19c7ffe{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-3304 .elementor-element.elementor-element-19c7ffe > .elementor-widget-container{margin:0px 16px 0px 16px;padding:0px 0px 0px 0px;}.elementor-3304 .elementor-element.elementor-element-19c7ffe.elementor-element{--align-self:center;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-3304 .elementor-element.elementor-element-dc3ac9c{--content-width:1050px;}}/* Start custom CSS for shortcode, class: .elementor-element-91357ae */.cbreadcrumbs a[href="https://ruangmd.net/materi-ajar/"],
.cbreadcrumbs a[href="https://ruangmd.net/materi-ajar/kimia/"] {
    pointer-events: none;
    color: #222 !important;
    cursor: default;
    text-decoration: none !important;
    font-weight: 600;
    opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-19c7ffe *//* Grid container */
.materi-list {
    font-family: 'Noto Sans', Arial, sans-serif !important;
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin: 32px 0;
}

/* Card utama */
.materi-card-row {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 28px 0 rgba(0,173,238,0.07);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 36px;
    gap: 32px;
    transition: box-shadow 0.3s, transform 0.3s, border 0.3s;
    min-height: 120px;
    border: 2px solid #eaf6fb;
    position: relative;
}
.materi-card-row:hover {
    box-shadow: 0 12px 32px 0 rgba(0,173,238,0.16);
    transform: translateY(-4px) scale(1.015);
    border-color: #00b6e6;
}

/* Icon kategori */
.materi-icon-row {
    width: 68px;
    height: 68px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf6fb;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0,173,238,0.08);
    border: 2px solid #fff;
    overflow: hidden;
}
.materi-icon-row img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
}

/* Judul & deskripsi */
.materi-center-row {
    flex: 1 1 0%;
    min-width: 0;
}
.materi-center-row h4 {
    font-size: 1.22rem;
    font-weight: 700;
    margin: 0 0 6px 0;
    background: linear-gradient(90deg, #2d2d35 20%, #3a7bd5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.materi-center-row p {
    font-size: 1rem;
    color: #3a4d61;
    margin: 0;
    line-height: 1.5;
    opacity: 0.83;
}

/* Info kanan */
.materi-info-row {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 7px;
    min-width: 120px;
    font-size: 1rem;
}
.materi-info-row span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #2a354b;
    font-size: 1rem;
    opacity: 0.87;
}
.materi-info-row svg {
    margin-right: 2px;
    color: #00b6e6;
}
.materi-info-row .materi-level {
    font-weight: 700;
    color: #e28743;
    font-size: 1.02rem;
}
.materi-info-row .materi-btn {
    margin-top: 13px;
    background: linear-gradient(90deg, #00b6e6 0%, #3a7bd5 100%);
    color: #fff !important;
    border-radius: 8px;
    padding: 8px 22px;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Noto Sans', Arial, sans-serif !important;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 2px 8px rgba(0,173,238,0.10);
    transition: background 0.2s, transform 0.2s;
    border: none;
}
.materi-info-row .materi-btn:hover {
    background: linear-gradient(90deg, #3a7bd5 0%, #00b6e6 100%);
    transform: scale(1.05);
    color: #fff;
}

/* Responsive */
@media (max-width: 800px) {
    .materi-card-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 12px;
        gap: 14px;
    }
    .materi-info-row {
        align-items: flex-start;
        min-width: 0;
        width: 100%;
    }
    .materi-info-row .materi-btn {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

/* Optional: efek halus pada hover judul */
.materi-card-row:hover .materi-center-row h4 {
    letter-spacing: 0.5px;
    filter: brightness(1.08);
}/* End custom CSS */