/* Application cards start */
.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
 
.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}
 
.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}
 
.ss-app-card-block-title {
    font-weight: bold;
    height: 30px;
    color: #03234b;
    text-align: center;
}
 
.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}
 
.ss-app-card-block-list ul li::before {
    display: none;
}
 
.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}
 
.ss-app-card-block-list {
    text-align: center;
}

/* Applications card 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: #ffffff;
    width: fit-content;
    padding: 10px 30px;
    background-color: #03234b;
    margin-bottom: 25px;
}


.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 {
    width: 180px;
    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-card-cta:hover {
    background-color: #ffdb33;
}
 
.ss-card-cta:active {
    background-color: #f5ca00;
}
 
.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 STM32U0 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 {
    background-color: #ffdb33;
}
 
.ss-button-yellow:active {
    background-color: #f5ca00;
}

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-subtitle {
    font-size: 16px;
}

.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%;
    mix-blend-mode: multiply;
}
/* Development tools for STM32U0 series end */

/* Benefits start */

.ss-benefits-container {
    display: flex;
}

@media only screen and (max-width: 600px) {
    .ss-benefits-container {
      display: grid;
    }
}

.ss-benefits-primary {
    background-color: #03234b;
}

.ss-benefits-primary p, .ss-benefits-primary ul, .ss-benefits-primary ul li::before {
    color: #ffffff;
}

.ss-benefits-secondary {
    background-color: #ffd200;
}

.ss-benefits-secondary p, .ss-benefits-secondary ul, .ss-benefits-secondary ul li::before {
    color: #03234b;
}

.ss-benefits-primary p, .ss-benefits-secondary p {
    font-weight: bold;
    font-size: 18px;
    min-height: 54px;
}

.ss-benefits-primary, .ss-benefits-secondary {
    margin: 3px;
    padding: 10px;
}

.ss-benefits-primary ul li, .ss-benefits-secondary ul li {
    font-size: 15px;
}
/* Benefits end */

/* Discorver your portfolio */

.table-portfolio {
    border-top: 1px solid #03234b;
}

.table-portfolio thead tr td {
    font-size: 12px;
    color: #464650;
}

.td-width-100 {
    width: 100px;
}

.table-portfolio tbody tr td {
    text-align: center;
}


/* Discover your portfolio end */

/* Sustainable section */

.ss-no-padding {
    padding: 0;
}

.sa-img {
    max-height: 75px;
}
.sa-title {
    background-color: #FFD200; 
}

.sa-desc {
    background-color: #d1d0d3; 
}

.sa-title, .sa-desc {
    display: grid;
    align-content: center;
    padding: 10px;
    min-height: 75px;
    color: #03234b;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .ss-no-padding {
        padding: inherit;
    }
  }