/*Sitecore changes for Ajay made by Jake Westerkamp. Editing the new content card variant that lets you edit the underlined text and normal text.*/

.promo.simple-card-widget-edit {
	/*margin: 15px -17px 21px; This value was changed based on ticket SH-363*/
   margin: 15px 0px 21px;
}
@media (min-width: 768px) {
    .promo.simple-card-widget-edit {
      margin: 0; } }
  .promo.simple-card-widget-edit:hover {
    transform: scale(1); }
.simple-card-widget-edit .field-promolink a:before {
   bottom: 180px !important;
}

.promo.simple-card-widget-edit > .component-content {
    padding: 25px;
    /*padding-top: 0;*/
}

.promo.simple-card-widget-edit .promo-text {
    display: flex;
    flex-direction: column-reverse;
}

.promo.simple-card-widget-edit .field-promotext {
    margin: 0 0 -10px;
}

.promo.simple-card-widget-edit .head-simple-card {
    margin: -25px -25px 25px;
    border-radius: 35px 35px 0 0;
    padding: 20px 25px 7px;
    background: linear-gradient(88.83deg, #8D1B3D 5.04%, #BE2752 107.5%);
}

.promo.simple-card-widget-edit .field-promolink a {
    text-decoration: underline;
    font-size: 1.6rem;
    color: var(--bs-white);
    padding: 0;
    justify-content: space-between;
    align-items: center;
    top: -2px;
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0 5px;
    white-space: nowrap;
    text-transform: uppercase;
}

    .promo.simple-card-widget-edit .field-promolink a:hover {
        color: var(--bs-white);
    }

    .promo.simple-card-widget-edit .field-promolink a:after {
        content: "SEE ALL";
        text-decoration: underline;
        font-size: 1.6rem;
        top: -2px;
        font-family: inherit;
        font-weight: bold;
        margin: 0 0 0 5px;
        white-space: nowrap;
        display: none;
    }

.head-simple-card {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 10px;
}

.head-simple-card .field-promolink a:hover {
    text-decoration: none;
}

.head-simple-card .field-promotext2 {
        font-size: 1.8rem;
        color: var(--bs-white);
        padding-top: 0;
        justify-content: space-between;
        align-items: center;
        text-transform: uppercase;
}

.simple-card-widget-edit .field-promotext a {
    color: #000000;
}

.promo.simple-card-widget-edit .field-promotext a:hover {
    text-decoration: none;
    color: var(--bs-red);
}

.simple-card-widget-edit .field-promotext a, .simple-card-widget-edit .field-promotext p {
    font-weight: bold;
}

.simple-card-widget-edit .promo-text .field-promotext h2 {
    font-size: 2.4rem;
    color: var(--bs-red) !important;
    margin: 0 0 12px !important;
}

.simple-card-widget-edit:hover {
    transform: none !important;
}

@media (min-width: 768px) {
    .promo.simple-card-widget-edit {
        margin: 0;
        
    }
}

