
html p {
    color: #555;
}

.tbl.col.data th,
.tbl.col.data td {
    border: 1px solid #CDD1D5;
}

.tbl.col.data .no-border {
    border: none;
}

.text-center {
    text-align: center !important;
}

.page-title {
    margin: 2rem 0;
    font-size: 4rem;
}

.app-type-section {
    border: 1px solid #CDD1D5;
    border-radius: 0.75rem;
    padding: 3rem;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.app-type-section {
    margin-bottom: 5rem;
}

.app-type-section .bold-p {
    font-weight: var(--krds-font-weight-bold);
}

.app-type-section .green-p {
    color: var(--krds-color-light-success-40);
}

.app-type-section table th,
.app-type-section table td {
    text-align:  center !important;
}

.highlight * { background-color: var(--krds-light-color-element-warning-lighter) !important;}

.custom-reference-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    padding: 2.5rem;
    background: var(--krds-color-light-secondary-5, #EEF2F7);
    border: 1px solid var(--krds-light-color-border-secondary-light, #D6E0EB);
    border-radius: 0.75rem;
    gap: 1rem;
}

.custom-reference-desc {
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--krds-light-color-text-bolder, #1E2124);
    word-wrap: break-word;
}

.innerWrap {
    padding: 0;
    outline: none;
}

.innerWrap .nm_con_wrap h1 {
    background: none !important;
}

.info-table {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

.info-table th {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.index-box {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.index-box p {
    color: var(--krds-color-high-contrast-alpha-black25);
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.15);
}

.index-box p a {
    width: 100%;
    text-decoration: none;
    color: var(--krds-high-contrast-color-button-primary-fill-pressed);
}

.app-type-section .no-gap {
    gap: 0;
}