.wanderon-policy-wrapper {
    background-color: #fafbfc;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    margin-bottom: 40px;
}
.policy-header-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid var(--primary-color1, #fe5100);
    padding-bottom: 15px;
}
.policy-header-title i {
    font-size: 32px;
    color: var(--primary-color1, #fe5100);
}
.policy-header-title h2 {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #1a1a1a;
}
.policy-category-badge {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 6px 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 30px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.wanderon-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e2e8f0;
    margin-bottom: 15px;
}
.wanderon-table th {
    background-color: #f8f9fa;
    padding: 15px;
    font-weight: 600;
    color: #1a1a1a;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}
.wanderon-table td {
    padding: 15px;
    color: #4a5568;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}
.wanderon-table td:last-child, .wanderon-table th:last-child {
    border-right: none;
}
.wanderon-table tr:last-child td {
    border-bottom: none;
}
.travel-points-section {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}
.travel-points-section h4 {
    color: var(--primary-color1, #fe5100);
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.travel-points-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}
.travel-points-section ul li {
    color: #4a5568;
    margin-bottom: 10px;
    line-height: 1.6;
}
.general-policy-content {
    color: #4a5568;
    line-height: 1.8;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e2e8f0;
}
.general-policy-content h4 {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 15px;
}
.highlight-text {
    color: var(--primary-color1, #fe5100);
    font-weight: 600;
}
