.pantera-exact {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e2e2d8;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,.08);
    font-family: Arial, Helvetica, sans-serif;
}

.pantera-exact__top {
    position: relative;
    height: 215px;
    min-height: 215px;
    padding: 18px 20px;
    background-color: var(--p1, #d9e4bd);
    background-image: repeating-linear-gradient(
        120deg,
        var(--p1, #d9e4bd) 0px,
        var(--p1, #d9e4bd) 28px,
        var(--p2, #cbd8ae) 28px,
        var(--p2, #cbd8ae) 55px
    );
    background-repeat: repeat;
    background-position: 0 0;
    background-size: auto;
}

.pantera-exact__top.is-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pantera-exact__badge {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 2;
    display: inline-block;
    width: auto;
    padding: 8px 12px;
    background: #006b3c;
    color: #fff !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .1px;
    white-space: nowrap;
}

.pantera-exact__eyebrow {
    position: absolute;
    left: 20px;
    bottom: 18px;
    z-index: 2;
    display: inline-block;
    width: auto;
    padding: 7px 10px;
    background: rgba(255,255,255,.82);
    border: 1px dotted #9cad91;
    color: #006b3c !important;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.pantera-exact__content {
    padding: 37px 32px 38px;
    background: #fff;
}

.pantera-exact__title {
    margin: 0 0 19px;
    padding: 0;
    color: #006b3c !important;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: 0;
}

.pantera-exact__description {
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    font-size: 17px;
    line-height: 1.58;
    font-weight: 400;
}

.pantera-exact__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 21px;
    margin-bottom: 22px;
}

.pantera-exact__stat {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid #b9c9b2;
    border-radius: 2px;
    color: #006b3c !important;
    background: #fff;
    font-size: 13px;
    line-height: 1.15;
    text-decoration: none !important;
}

.pantera-exact__link {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #006b3c !important;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-decoration: none !important;
}

.pantera-exact__link:hover {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

@media (max-width: 767px) {
    .pantera-exact__top {
        height: 190px;
        min-height: 190px;
    }

    .pantera-exact__content {
        padding: 30px 22px 30px;
    }

    .pantera-exact__title {
        font-size: 23px;
        margin-bottom: 15px;
    }

    .pantera-exact__description {
        font-size: 15px;
        line-height: 1.5;
    }
}
