/* CARDS */
/* benefits start */
.ss-box-container {
    display: flex;
    flex-wrap: wrap;
}

.ss-boxes {
    width: calc(50% - 6px);
    margin: 3px;
    height: 225px;
}

.ss-yellow-box {
    background-color: #FFD200;
}

.ss-yellow-text {
    color: #03234b;
}

.ss-yellow-title {
    color: #03234b;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.ss-darkblue-box {
    background-color: #03234b;
}

.ss-darkblue-text {
    color: #fff;
}

.ss-darkblue-title {
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}

.benefits-title {
    height: 55px;
}

.benefits-description {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 120px;
    padding: 5px;
}

.yellow-list {
    color: #03234b;
}
.yellow-list::before {
    color: #03234b !important;
}

.darkblue-list {
    color: #fff;
}
.darkblue-list::before {
    color: #fff !important;
}

@media (max-width: 600px) {
    .ss-boxes {
        width: 100%;
        margin: 3px;
        height: 245px;
        padding: 5px;
    }
}
/* benefits end */

/* Discover our product offering start */
.ss-card {
    display: flex;
    margin-top: 25px;
    transition: all .3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}


.ss-card-right {
    width: 100%;
}

.ss-card-title {
    font-weight: bold;
    color: #fff;
}

.ss-card-desc {
    text-align: justify;
}

.new-logo-img {
    height: 60px;
    position: absolute;
    top: -15px;
    left: -15px;
}

@media only screen and (max-width: 768px) {
    .ss-card-right {
        width: 100%;
    }

    .new-logo-img {
        height: 50px;
        position: absolute;
        top: -15px;
        left: -15px;
    }

    .ss-card-title {
        font-size: 16px;
        font-weight: bold;
        color: #03234b;
        padding: 15px 0 0 10px;
    }

    .ss-card-title-new {
        font-size: 16px;
        font-weight: bold;
        color: #03234b;
        padding: 15px 0 0 40px;
    }

    .ss-card-desc {
        text-align: justify;
        padding: 10px;
    }
}

@media only screen and (min-width: 768px) {
    .ss-card-title {
        font-weight: bold;
        color: #03234b;
        padding: 20px 0 0 20px;
    }

    .ss-card-title-new {
        font-weight: bold;
        color: #03234b;
        padding: 20px 10px 0 60px;
    }

    .ss-card-desc {
        text-align: justify;
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 1083px) {
    .ss-card-title {
        font-weight: bold;
        color: #03234b;
        padding: 20px 20px 10px 20px;
    }

    .ss-card-title-new {
        font-weight: bold;
        color: #03234b;
        padding: 20px 20px 10px 60px
    }

    .ss-card-desc {
        text-align: justify;
        padding: 0px 20px 10px 20px;
    }
}

.ss-card-cta {
    margin-bottom:10px;
}


.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}
/* Discover our product offering end */
/* Development tools for STM32WBA series */
.ss-button {
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
}

.ss-button-dev-tools {
    display: flex;
    justify-content: center;
}

.ss-button-yellow {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffd200;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-button-yellow:hover {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #ffdb33;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

.ss-button-yellow:active {
    width: 200px;
    height: 42px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    background-color: #f5ca00;
    color: #03234b;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
}

h2.ss-stm32wba-section-title,
.ss-stm32wba-title{
    position: relative;
}

.ss-stm32wba-section-title {
    padding: 30px 0 10px 15px;
}

.ss-stm32wba-wrapper {
    background-color: #f8f8f8;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.ss-stm32wba-cards {
    margin-bottom: 40px;
}

.ss-stm32wba-title {
    font-size: 16px;
    font-weight: bold;
    color: #03234b;
    text-align: center;
    height: 40px;
    margin-bottom: 20px;
}

.ss-stm32wba-img {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.ss-stm32wba-img {
    display: grid;
    justify-content: center;
    height: 125px;
}

.ss-stm32wba-img img {
    max-height: 125px;
    min-height: 125px;
    height: 100%;
}
/* Development tools for STM32WBA series end */

.ss-product-type {
    border: 1px solid #03234b;
    padding: 10px 20px 0px;
    position: relative;
}

.product-type-content--title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #03234b;
    padding: 8px 20px;
}

.product-type-content--image {
    display: flex;
    justify-content: center;
    margin: 30px 0 10px;
}

.ss-card {
    display: flex;
    margin-top: 25px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-readers {
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-readers:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-card-left {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: 100%;
}

@media only screen and (min-width: 1083px) {
    .ss-card-left {
        background-color: #03243b;
        padding: 20px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        display: grid;
        place-items: center;
        text-align: center;
        height: 100%;
        width: 220px;
    }
}

.ss-card-right {
    padding: 10px;
    padding-left: 20px;
    width: 100%;
}

.ss-card-title {
    color: #3cb4e6 !important;
    font-weight: bold;
    margin-bottom: 5px;
}

.ss-card-title-2 {
    font-weight: bold;
}

.ss-card-cta {
    float: right;
    margin-right: 30px;
    margin-top: 10px;
}

.st-link .st-link__icon--arrow-small,
a .st-link__icon--arrow-small {
    width: 6px;
    height: 15px;
}

.st-link:hover {
    color: #3cb4e6 !important;
}

@media only screen and (max-width: 600px) {
    .ss-card {
        display: grid;
    }
}

.ss-readers {
    text-align: center;
    background-color: #03243b;
}

.ss-readers-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 15px 0;
    padding: 13px;
}

.ss-card-img {
    text-align: center;
}

.ss-card-desc {
    color: #74757c;
}

.ss-cards-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ss-card-left-2 {
    background-color: #03243b;
    padding: 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    display: grid;
    place-items: center;
    text-align: center;
    height: auto;
}

.ss-card-left-2:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

@media only screen and (min-width: 1083px) {
    .ss-card-left-2 {
        background-color: #03243b;
        padding: 20px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        display: grid;
        place-items: center;
        text-align: center;
        min-height: 100%;
        width: 220px;
    }
}

.ss-card-2 {
    display: flex;
    margin-top: 25px;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}

.ss-card-2:hover {
    border-color: rgba(2, 171, 245, 0.4);
    -webkit-box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    box-shadow: 0 0 15px 0 rgba(2, 171, 245, 0.3);
    outline: 0;
    cursor: pointer;
}

.ss-card a:last-child {
    width: 100%;
}

.ss-card-2:hover {
    border-color: #03234b !important;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%) !important;
    outline: none !important;
    cursor: default !important;
}

@media only screen and (min-width: 1083px) {
    .ss-card-2 {
        display: flex;
        margin-top: 25px;
        width: 105.5%;
        transition: all 0.3s ease;
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    }
}

