.bank-single-wrap {
max-width: 860px;
margin: 0 auto;
padding: 20px 18px 72px;
} .bank-breadcrumb {
margin-bottom: 18px;
}
.bank-breadcrumb ol {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px 6px;
list-style: none;
margin: 0;
padding: 0;
font-size: 0.8rem;
color: #aaa;
}
.bank-breadcrumb a {
color: #0073aa;
text-decoration: none;
}
.bank-breadcrumb a:hover {
text-decoration: underline;
} .bank-header {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 16px;
background: #fff;
border: 1px solid #dde2e8;
border-top: 4px solid #0a2d46;
border-radius: 10px;
padding: 22px 22px;
margin-bottom: 20px;
}
.bank-header__main {
display: flex;
align-items: center;
gap: 16px;
flex: 1;
min-width: 0;
}
.bank-header__logo {
max-width: 110px;
max-height: 54px;
object-fit: contain;
flex-shrink: 0;
}
.bank-header__info {
min-width: 0;
}
.bank-type-badge {
display: inline-block;
font-size: 0.72rem;
font-weight: 700;
padding: 2px 10px;
border-radius: 20px;
color: #fff;
margin-bottom: 6px;
}
.bank-type-badge--net   { background: #0e4a72; }
.bank-type-badge--mega  { background: #2c3e50; }
.bank-type-badge--other { background: #3d5a47; }
.bank-header__name {
font-size: clamp(1.3rem, 3.5vw, 1.75rem);
font-weight: 700;
color: #0a2d46;
margin: 0 0 4px;
line-height: 1.3;
}
.bank-header__updated {
font-size: 0.76rem;
color: #bbb;
margin: 0;
}
.bank-official-btn {
display: inline-block;
padding: 12px 24px;
background: #e74c3c;
color: #fff !important;
border-radius: 7px;
font-size: 0.88rem;
font-weight: 700;
text-decoration: none !important;
white-space: nowrap;
flex-shrink: 0;
transition: background 0.15s;
box-shadow: 0 2px 6px rgba(231,76,60,0.3);
}
.bank-official-btn:hover {
background: #c0392b;
} .bank-campaign {
background: #fffbf0;
border: 1px solid #fcd34d;
border-left: 5px solid #f39c12;
border-radius: 8px;
padding: 16px 20px;
margin-bottom: 24px;
}
.bank-campaign__title {
font-size: 1rem;
font-weight: 700;
color: #7b4c00;
margin: 0 0 12px;
display: flex;
align-items: center;
gap: 6px;
}
.bank-campaign__name {
font-size: 0.93rem;
font-weight: 600;
color: #5d3a00;
margin: 0 0 8px;
}
.bank-campaign__target {
margin: 0 0 6px;
}
.bank-campaign__target-badge {
display: inline-block;
font-size: 0.73rem;
background: #e74c3c;
color: #fff;
padding: 2px 8px;
border-radius: 3px;
font-weight: 600;
}
.bank-campaign__end {
font-size: 0.82rem;
color: #888;
margin: 0;
}
.bank-campaign__end.is-urgent {
color: #c0392b;
font-weight: 700;
} .bank-rates {
margin-bottom: 32px;
}
.bank-rates__title {
font-size: 1.1rem;
font-weight: 700;
color: #fff;
background: #0a2d46;
padding: 10px 16px;
border-radius: 6px;
margin: 0 0 12px;
}
.bank-rates__note {
font-size: 0.79rem;
color: #f39c12;
font-weight: 600;
margin: 0 0 10px;
}
.bank-rates__table-wrap {
overflow-x: auto;
}
.bank-rates__table {
width: 100%;
min-width: 360px;
border-collapse: collapse;
font-size: 0.9rem;
}
.bank-rates__table th {
background: #0a2d46;
color: #fff;
padding: 10px 16px;
text-align: center;
font-weight: 600;
white-space: nowrap;
}
.bank-rates__table td {
padding: 10px 16px;
border: 1px solid #dde2e8;
text-align: center;
vertical-align: middle;
}
.bank-rates__table td:first-child,
.bank-rates__table td:nth-child(2) {
text-align: left;
font-weight: 600;
color: #333;
white-space: nowrap;
}
.bank-rates__table tr:nth-child(even) td {
background: #f7f9fb;
} .bank-rates__table tr.has-camp > td {
background: #fffbf0 !important;
} .rate-normal {
color: #555;
font-weight: 500;
} .rate-normal.has-strike {
color: #bbb;
text-decoration: line-through;
font-size: 0.83rem;
} td.camp-col {
background: #fff8e1 !important;
} th.camp-col {
background: #b36d00 !important;
color: #fff;
} .camp-rate {
color: #c0392b;
font-weight: 700;
font-size: 1rem;
}
.bank-rates__disclaimer {
font-size: 0.76rem;
color: #aaa;
margin-top: 12px;
line-height: 1.7;
}
.bank-rates__disclaimer a {
color: #0073aa;
} .bank-cta {
background: linear-gradient(135deg, #0a2d46 0%, #0e4a72 100%);
border-radius: 12px;
padding: 28px 22px;
text-align: center;
color: #fff;
margin-top: 32px;
}
.bank-cta p {
font-size: 0.93rem;
margin: 0 0 16px;
opacity: 0.9;
line-height: 1.6;
}
.bank-cta__btn {
display: inline-block;
background: #f5c400;
color: #0a2d46 !important;
font-size: 0.97rem;
font-weight: 700;
padding: 13px 34px;
border-radius: 50px;
text-decoration: none !important;
transition: opacity 0.2s, transform 0.15s;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.bank-cta__btn:hover {
opacity: 0.9;
transform: translateY(-1px);
} @media (max-width: 600px) {
.bank-header {
flex-direction: column;
align-items: flex-start;
padding: 18px 16px;
}
.bank-official-btn {
width: 100%;
text-align: center;
box-sizing: border-box;
}
.bank-rates__table th,
.bank-rates__table td {
padding: 8px 10px;
font-size: 0.84rem;
}
.camp-rate {
font-size: 0.93rem;
}
.bank-cta {
padding: 22px 16px;
}
.bank-cta__btn {
font-size: 0.9rem;
padding: 12px 24px;
}
}