.pricing-header {
    text-align: center;
    margin-bottom: 24px;
}

.pricing-header h1 {
    font-family: "Inter";
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 0;
}

.title-main {
    color: #089740;
}

.title-gradient {
    background: linear-gradient(to right, #089740, #0E44F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.pricing-header .lead {
    color: #1F1F1F;
    font-variant-numeric: lining-nums tabular-nums;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.footer-note {
    border-radius: 12px;
    background: #F6F6F6;
    padding: 16px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.footer-note p {
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}

.footer-note .text-link {
    color: #2563EB;
}

.footer-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
}

.footer-buttons .btn {
    display: flex;
    height: 32px;
    min-width: 64px;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid #2563EB;
    background: #FFF;
    color: #2563EB;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
}

.packages-container {
    position: relative;
}

.packages-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-bottom: 24px;
    padding-top: 11px;
    gap: 24px;
}

.packages-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
}

.scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

.scroll-button:hover {
    background-color: #f8f8f8;
}

.scroll-button.prev {
    left: -20px;
}

.scroll-button.next {
    right: -20px;
}

.container-content {
    padding-left: var(--base-layout-padding);
    padding-right: var(--base-layout-padding);
}

.footer-buttons .btn:hover {
    background: #F0F8FF; /* AliceBlue, một màu xanh rất nhạt */
    transition: all 0.3s ease;
}
