.elementor-942 .elementor-element.elementor-element-a42b3ff{margin-top:-85px;margin-bottom:0px;}.elementor-942 .elementor-element.elementor-element-dce810c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-942 .elementor-element.elementor-element-dce810c .elementor-heading-title{font-size:25px;}.elementor-942 .elementor-element.elementor-element-4d1809b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-942 .elementor-element.elementor-element-4d1809b .elementor-heading-title{font-size:25px;}/* Start custom CSS for toggle, class: .elementor-element-baea6a7 */.law-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 22px 20px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    margin-bottom: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.law-content {
    flex: 1;
}

.law-title {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
}

.law-meta {
    margin-bottom: 10px;
    font-size: 14px;
    color: #777;
}

.law-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

.law-action {
    flex-shrink: 0;
}

.law-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px;
    background: #0b4d9b;
    color: #fff !important;
    text-decoration: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.25s ease;
}

.law-btn:hover {
    background: #083b76;
    color: #fff !important;
}

@media (max-width: 767px) {
    .law-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .law-action {
        width: 100%;
    }

    .law-btn {
        width: 100%;
    }
}/* End custom CSS */