.statistics-card-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin: auto;
    width: 100%;
}

.statistics-card-wrapper-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: auto;
}

.statistics-card-container {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 0px;
    background-color: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 10px !important;
    padding: 10px;
}

.statistics-card-body {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
}

.statistics-card-content {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    width: 100%;
}

.statistics-card-header {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.statistics-card-header h3 {
    color: #333333;
    font-weight: 500 !important;
    font-size: 15px;
    margin: 0;
}

.statistics-card-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: start;
    justify-content: start;
    min-height: 40px;
    width: 100%;
}

.statistics-card-value {
    color: #333333;
    font-weight: 600;
    font-size: 28px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.statistics-card-icon,.statistics-card-icon::before {
    height: 45px;
    width: 45px;
}

.statistics-card-icon::before {
    content: "";
    display: inline-block;
    background-size: contain;
}

.placeholder-loading.statistics-card-icon {
    border-radius: 6px !important;
}

.trend-indicator {
    font-size: 15px;
    border-radius: 300px;
    font-weight: 600;
    padding: 0px 5px;
    height: 24px;
    color: #6E6E6E;
    background-color: #F8F8F8;
}

.trend-indicator.up {
    color: #387E25;
    background-color: #F5FAF2BF;
}

.trend-indicator.down {
    color: #E00004;
    background-color: #FDF2F2;
}

.trend-indicator.neutral {
    color: #6E6E6E;
    background-color: #F8F8F8;
}

.trend-value {
    display: flex;
    align-items: center;
}

.statistics-card-footer {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #717171;
    font-size: 14px;
    font-weight: 400;
}

.summary-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}

.summary-item-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.summary-label-pill {
    padding: 4px 12px;
    border-radius: 20px !important;
    font-size: 14px;
    font-weight: 600;
    min-width: 130px;
    text-align: center;
    border: 1px solid transparent;
}

.captions-row { background: #EEF2FF; color: #4338CA; border-color: #C7D2FE; }
.ad-row { background: #ECFEFF; color: #0E7490; border-color: #A5F3FC; }
.chapters-row { background: #FFF1F2; color: #BE123C; border-color: #FECDD3; }

.summary-progress-wrapper {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
}

.summary-progress-track {
    flex-grow: 1;
    height: 8px;
    background: #F3F4F6;
    border-radius: 4px !important;
    overflow: hidden;
}

.summary-progress-fill {
    height: 100%;
    border-radius: 4px !important;
}

#complianceReportSummary .summary-card{
	background: linear-gradient(97.79deg, rgba(141, 87, 255, 0.1) 0.05%, #FFFFFF 54.51%);
	border-top: 1px solid #E5E7EB;
}

.summary-percentage-text {
    font-weight: 700;
    font-size: 14px;
    color: #374151;
    min-width: 35px;
}

.compliance-video-analyzed-total{
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	leading-trim: NONE;
	line-height: 18px;
	letter-spacing: 0px;
	color: #6F6F6F;		
}