* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    line-height: 1.6;
    padding: 24px 16px;
}

.policy-shell {
    max-width: 760px;
    margin: 0 auto;
}

.card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.card-warning {
    border-left: 4px solid #ef4444;
    background-color: #fef2f2;
}

.header-row {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.header-title {
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
}

.header-date {
    font-size: 12px;
    color: #6b7280;
    margin-top: 2px;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
}

.body-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 8px;
}

.body-text-warning {
    color: #b91c1c;
    font-weight: 600;
}

.bullet-item {
    display: flex;
    gap: 10px;
    padding-left: 4px;
    margin-bottom: 8px;
}

.bullet-icon {
    color: #0ea5e9;
    margin-top: 3px;
    font-size: 14px;
    flex-shrink: 0;
}

.bullet-icon-green {
    color: #22c55e;
    margin-top: 3px;
    font-size: 14px;
    flex-shrink: 0;
}

.bullet-text {
    font-size: 14px;
    color: #6b7280;
    line-height: 22px;
}

.bullet-label {
    font-weight: 700;
    color: #1f2937;
}

.highlight-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background-color: #f3f4f6;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 8px;
    border-left: 3px solid #0ea5e9;
}

.highlight-text {
    font-size: 14px;
    color: #1f2937;
    line-height: 22px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.contact-text {
    font-size: 15px;
    color: #0284c7;
    text-decoration: none;
    word-break: break-word;
}

.contact-text:hover {
    text-decoration: underline;
}
