/* css/ticket-fares.css */

.TicketFares .w1542 {
    margin: 80px auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* Page Title */
.TicketFares h1.font32 {
    margin-bottom: 16px;
    color: #0169AF;
    font-family: 'Inter-Bold';
}

/* Intro Note */
.TicketFares .font16:first-of-type {
    margin-bottom: 32px;
    color: #666;
    font-family: 'Inter-Medium';
}

/* Fares Wrapper */
.TicketFares .fares-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 56px;
}

/* Fare Block */
.TicketFares .fare-block h2.font24 {
    margin: 0 0 16px;
    color: #0169AF;
    font-family: 'Inter-Bold';
}

.TicketFares .fare-block table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Inter-Medium';
    line-height: 1.7;
}

.TicketFares .fare-block th {
    padding: 16px;
    text-align: left;
    background: #F8FBFF;
    color: #0169AF;
    font-family: 'Inter-Bold';
    border-bottom: 2px solid #0169AF;
}

.TicketFares .fare-block td {
    padding: 16px;
    border-bottom: 1px solid #E5E5E5;
    vertical-align: top;
    font-family: 'Inter-Medium';
}

.TicketFares .fare-block tr:last-child td {
    border-bottom: none;
}

.TicketFares .fare-block td:first-child {
    width: 65%;
}

/* Exclusions */
.TicketFares .exclusions {
    margin-bottom: 56px;
}

.TicketFares .exclusions .font16 {
    font-family: 'Inter-Medium';
    line-height: 1.7;
    margin-bottom: 16px;
}

.TicketFares .exclusions ol {
    margin: 16px 0;
    padding-left: 20px;
}

.TicketFares .exclusions ol li {
    margin-bottom: 12px;
    font-family: 'Inter-Medium';
}

.TicketFares .exclusions ul {
    margin: 16px 0;
    padding-left: 0;
}

.TicketFares .exclusions ul li {
    margin-bottom: 8px;
    font-family: 'Inter-Medium';
}

.TicketFares .exclusions a {
    color: #0169AF;
    text-decoration: underline;
}

/* Warning Text */
.TicketFares .exclusions p[style*="color"] {
    color: #D32F2F !important;
    font-family: 'Inter-Medium';
}

/* ticketfares.css */

.w1542.ticket-page-container {
    padding-top: 100px;
}

.intro-note {
    margin-bottom: 32px;
    color: #666;
}

.terminal-fees-note {
    margin-top: 24px;
}

.terminal-fees-list {
    margin-top: 16px;
    list-style: none;
    padding-left: 0;
}

.disclaimer-text {
    margin-top: 24px;
    color: #D32F2F;
}

.terms-and-conditions {
    margin-top: 16px;
}

.terms-and-conditions a {
    color: #0169AF;
    text-decoration: underline;
}

.top-container {
    padding-top: 100px !important;
}

.top-text {
    margin-bottom: 32px !important;
    color: #666 !important;
}

.text-return-to-pinang {
    margin-top: 24px !important;
}

.text-list-pinang {
    margin-top: 16px !important;
    list-style: none !important;
    padding-left: 0 !important;
}

.text-sindo-ferry-reserves {
    margin-top: 24px;
    color: #D32F2F;
}

.text-please-click-here {
    margin-top: 16px;
}

.link-please-click-here {
    color: #0169AF;
    text-decoration: underline;
}