.nz-training-trips-trip-image {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.nz-training-trips-trip-description {
    margin-bottom: 18px;
}

.nz-training-trips-trip-description ul, .nz-training-trips-trip-description p{
    margin-bottom: 12px;
}

.nz-training-trips-trip-button {
    margin: 0 auto 0 auto;
    font-size: 14px;
}

.nz-training-trips-trip-link-container {
    text-align: center;
}

.nz-training-trips-row {
    display: flex;
    flex-wrap: wrap;
}

.nz-training-trips-trip-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 5px 0px rgb(0 0 0 / 20%);
}

.nz-training-trips-row > div {
    margin-bottom: 30px;
}

.nz-training-trips-trip-content-inner {
    padding: 0 20px 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nz-training-trips-trip-link-container {
    margin-top: auto;
}

.nz-training-trips-trip-title {
    margin-top: 15px;
}

.nz-training-trips-trip-discount {
    margin: 15px 0;
}

.nz-training-trips-trip-discount-highlight, .nz-training-trips-trip-price-amount {
    color: #C6394C;
    font-weight: bold;
}

.nz-training-trips-trip-price-amount {
    font-size: 20px;
}

.nz-training-trips-trip-price {
    font-weight: bold;
}

.nz-training-trips-trip-description .early-booking-discount-text {
    margin-bottom: 3px;
}