.content-details-card {
    padding: 20px;
}

.content-details-header {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border-blue);
}

.content-details-body {
    width: 100%;
    color: var(--muted-white);
    font-size: 15px;
    line-height: 1.8;
    word-break: break-word;
}

.content-details-body h1,
.content-details-body h2,
.content-details-body h3,
.content-details-body h4,
.content-details-body h5,
.content-details-body h6 {
    margin: 22px 0 12px;
    color: var(--white);
    font-weight: 700;
    line-height: 1.4;
}

.content-details-body h1 {
    font-size: 26px;
}

.content-details-body h2 {
    font-size: 23px;
}

.content-details-body h3 {
    font-size: 20px;
}

.content-details-body h4 {
    font-size: 18px;
}

.content-details-body h5,
.content-details-body h6 {
    font-size: 16px;
}

.content-details-body p {
    margin: 0 0 15px;
    color: var(--muted-white);
    line-height: 1.8;
}

.content-details-body ul,
.content-details-body ol {
    margin: 0 0 16px;
    padding-left: 24px;
}

.content-details-body img,
.content-details-body video,
.content-details-body iframe {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.content-details-body iframe {
    width: 100%;
    min-height: 300px;
    border: 0;
}

.content-details-body table {
    width: 100%;
    margin: 16px 0;
    border-collapse: collapse;
    background: rgba(8, 45, 97, 0.72);
    color: var(--muted-white);
}

.content-details-body th,
.content-details-body td {
    padding: 11px 12px;
    border: 1px solid var(--border-blue);
    text-align: left;
    vertical-align: top;
}

.content-details-body th {
    background: var(--primary-card-light);
    color: var(--white);
}

.help-center-heading {
    margin-bottom: 22px;
    text-align: center;
}

.help-center-card {
    width: 100%;
    height: 100%;
    padding: 22px 18px;
    border: 1px solid var(--border-blue);
    border-radius: 16px;
    background: rgba(5, 44, 95, 0.82);
    color: var(--white);
    text-align: center;
    box-shadow: var(--card-shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-center-icon-wrap {
    width: 82px;
    height: 82px;
    margin-bottom: 16px;
    padding: 5px;
    border: 1px solid var(--border-blue);
    border-radius: 50%;
    background: rgba(11, 108, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.help-center-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    object-fit: cover;
}

.help-center-title {
    margin: 0 0 9px;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
}

.help-center-description {
    margin: 0 0 18px;
    color: var(--muted-text);
    font-size: 14px;
    line-height: 1.7;
    flex-grow: 1;
}

.help-center-button {
    width: 78%;
    min-height: 42px;
    padding: 8px 15px;
    border: 1px solid var(--accent-orange);
    border-radius: 22px;
    background: transparent;
    color: var(--accent-orange);
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
