.gar-prg24 {
    width: 100%;
    margin: 24px 0;
    --gar-prg24-active-bg: #8a6f43;
    --gar-prg24-inactive-bg: #f1f2f3;
    --gar-prg24-text: #777777;
}

.gar-prg24-tabs {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
    margin: 0 auto 36px;
    align-items: stretch;
}

.gar-prg24-tab,
.gar-prg24-tab:visited {
    appearance: none;
    -webkit-appearance: none;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: 0;
    background: var(--gar-prg24-inactive-bg) !important;
    color: #555555 !important;
    cursor: pointer;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 20px 4px;
    margin: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'Poppins', Arial, sans-serif !important;
    font-size: clamp(10px, 1.05vw, 16px);
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1;
}

.gar-prg24-tab:hover,
.gar-prg24-tab:focus {
    background: #e8e8e8 !important;
    color: #555555 !important;
}

.gar-prg24-tab.gar-prg24-active,
.gar-prg24-tab.gar-prg24-active:hover,
.gar-prg24-tab.gar-prg24-active:focus {
    background: var(--gar-prg24-active-bg) !important;
    color: #ffffff !important;
}

.gar-prg24-short { display: none; }

.gar-prg24-panel[hidden] { display: none !important; }
.gar-prg24-panel.gar-prg24-active { display: block !important; }

.gar-prg24-content,
.gar-prg24-panel {
    color: var(--gar-prg24-text);
    font-family: 'Roboto', Arial, sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.28;
}

.gar-prg24-panel p { margin: 0 0 .15em; }
.gar-prg24-panel ul { margin: 0 0 0 1.1em; padding: 0; }
.gar-prg24-panel li { margin: 0 0 .1em; }
.gar-prg24-panel img { max-width: 100%; height: auto; }
.gar-prg24-empty { opacity: .75; }

.gar-prg24-admin .gar-prg24-panel {
    color: #1d2327;
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
}

.gar-prg24-admin .gar-prg24-panel h2 { margin: 0 0 15px; }

@media (max-width: 1280px) {
    .gar-prg24-full { display: none; }
    .gar-prg24-short { display: inline; }
    .gar-prg24-tabs { gap: 5px; }
    .gar-prg24-tab { padding: 18px 2px; font-size: 12px; }
}

@media (max-width: 520px) {
    .gar-prg24-tabs { gap: 3px; }
    .gar-prg24-tab { padding: 13px 1px; font-size: 10px; }
    .gar-prg24-content, .gar-prg24-panel { font-size: 15px !important; }
}
