:root {
    --logo-color: #ffcb08;
}

.post-description,
.entry {
    line-height: 1.5;
}

.post-description a,
.entry a {
    color: #ee2d24;
}

.post-description a:hover,
.entry a:hover {
    color: #ffc60a !important;
}

.post-description h2,
.entry h2 {
    font-size: 2.8rem;
    margin: 2.5rem 0 1.5rem;
}

.post-description h3,
.entry h3 {
    font-size: 2rem;
    margin: 1.5rem 0;
}



/* Bảng giá */

.helmet-pricing-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.helmet-pricing-container td {
    line-height: 1.4;
    margin: 8px 0;
}

.helmet-pricing-container table {
    width: 280px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    font-family: 'inter', sans-serif;
    transition: transform 0.2s ease;
}

.helmet-pricing-container table:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}


.helmet-pricing-container table tbody tr:nth-child(2) p:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
}

.helmet-pricing-container table p {
    font-size: 14px;
    padding: 0;
}

.helmet-pricing-container table tr:first-child p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    white-space: nowrap;
}

.helmet-pricing-container table tbody {

    display: block;
    padding: 12px;
}

.helmet-pricing-container table tbody tr:nth-child(2) {
    display: flex;
    flex-direction: column;
}