/* Listivo Attachments & Extras grouped frontend layout */
.l4318-grouped-wrap {
    margin: 35px 0 40px;
    width: 100%;
    clear: both;
}

.l4318-grouped-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 18px 22px;
    width: 100%;
}

.l4318-group-box {
    border: 1px solid #dce9f5;
    border-radius: 10px;
    background: #fff;
    padding: 18px 20px;
    box-shadow: 0 2px 8px rgba(20, 45, 70, 0.04);
}

.l4318-group-title {
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf3f8;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f3850;
}

.l4318-group-items {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 12px 20px;
}

.l4318-group-items > * {
    margin: 0 !important;
}

.l4318-group-items label,
.l4318-group-items .listivo-checkbox,
.l4318-group-items [class*="checkbox"] {
    cursor: pointer;
}

.l4318-hidden-term {
    display: none !important;
}

@media (max-width: 900px) {
    .l4318-grouped-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .l4318-group-items {
        grid-template-columns: 1fr;
    }
}

.l4318-group-note { display: none; }
