.top-rank-cards-module {
    padding-top: 100px;
    padding-bottom: 100px;
}

.top-rank-cards-module__items {
    padding: 50px 0;
}

.top-rank-cards-module__items .col-md-4 {
    margin-bottom: 30px;
}

.top-rank-cards-module__item {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: 0.25s ease;
    justify-content: center;
    margin: 0 auto;
}

.top-rank-cards-module__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.top-rank-cards-module__image img {
    max-height: 230px;
    width: auto;
    margin: 0 auto 25px auto;
    display: block;
}

.top-rank-cards-module__title {
    margin-bottom: 70px;
}

.top-rank-cards-module__body p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 35px;
    padding: 0 10px;
}

.top-rank-cards-module__body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.top-rank-cards-module__link.btn {
    margin-top: auto;
    padding: 12px 26px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-transform: none;
    display: inline-block;
}

/* --- Scout Red --- */
.top-rank-cards-module__row .top-rank-cards-module__item.scout-red {
    border-top: 6px solid #CE1126;
}
.top-rank-cards-module__row  .top-rank-cards-module__link.btn.scout-red {
    background: #CE1126;
    border-color: #CE1126;
}
.top-rank-cards-module__row  .top-rank-cards-module__link.btn.scout-red:hover {
    background: #8f2025;
}

/* --- Sea Scout Blue --- */
.top-rank-cards-module__row .top-rank-cards-module__item.scout-blue {
    border-top: 6px solid #9AB3D5;
}
.top-rank-cards-module__row .top-rank-cards-module__link.btn.scout-blue {
    background: #9AB3D5;
    border-color: #9AB3D5;
}
.top-rank-cards-module__row .top-rank-cards-module__link.btn.scout-blue:hover {
    background: #7d9fc8;
    border-color: #7d9fc8;
}

/* --- Venturing Green --- */
.top-rank-cards-module__row .top-rank-cards-module__item.scout-green {
    border-top: 6px solid #2e6e3e;
}
.top-rank-cards-module__row .top-rank-cards-module__link.btn.scout-green {
    background: #2e6e3e;
    border-color: #2e6e3e;
}
.top-rank-cards-module__row .top-rank-cards-module__link.btn.scout-green:hover {
    background: #245832;
}
