.header-wrapper {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.law-hero-img {
    height: 500px;
    object-fit: cover;
}

.glass-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    padding: 8px 20px !important;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.glass-badge i {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.glass-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-draft-body {
    padding: 20px 15px;
    border-radius: 25px;
    margin-bottom: 15px;
    background: #ffffff;
    border: 1px solid #eef2f7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}


.main-law-card {
    background: #ffffff;
    border: 1px solid #eef2f7;
    border-radius: 25px;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.highlight-box {
    background-color: #f8fbff;
    border: 1px solid #e1ecf9;
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}


.detail-row {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f8f9fa;
}

.info-label {
    min-width: 160px;
    font-weight: 600;
    color: #6c757d;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-value {
    color: #2d3436;
    font-weight: 500;
}

.glass-badge {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 500;
}


.btn-back-custom:hover {
    color: #2d3748;
}


.header-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.law-hero-img {
    height: 300px;
    object-fit: cover;
    filter: brightness(0.8);
}

.progress-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-percent {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
    background: radial-gradient(closest-side, #f8fbff 80%, transparent 0 99.9%, #f8fbff 0),
                conic-gradient(#ff9800 var(--percent), #e9ecef 0);
}