.trusted-store {
    border: 1px solid #e0e0e0;
    width: 600px;
    max-width:80%;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border-left: 4px solid #38B336;
    margin-bottom:12px;
}
@media screen and (max-width:698px){
   .trusted-store {
      max-width:100%;   
   }  
}


.trusted-store-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 1.2em;
    color: #38B336;
    padding: 6px 14px 0px 14px ;
}

.trusted-store-badge {
    color: #38B336;
    padding: 5px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: bold;
}

.trusted-store-link {
    color: #999;
    font-size: 12px;
}

.trusted-store-info {
    display: flex;
    justify-content: space-between;
    font-size: 0.9em;
    color: #999;
    background-color: #eee;
    word-break: break-all;
}
.trusted-store-info > div{
     position: relative;
    padding: 6px 14px 6px 14px ;
}
.trusted-store-info .bold {
    color:#000;
    font-weight: bold;
}
.trusted-store-info > div:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    content: "";
    background-color: #d1d1d1;
    transform: translateY(-50%);
}
.trusted-label .modal-title,.trusted-label .modal-header {
    color: #38B336;
    font-weight: bold;
}
.trusted-label .modal-body {
    padding:0px!important;
}
.trusted-label .modal-content {
    border-radius: 15px!important;
}
.trusted-label .modal-body .body-header {
    background-color: #38B336;
    padding: 20px 20px 36px 20px;
    color:white;
}
.trusted-label .modal-body .body-content {
    padding: 0 20px;
    margin-top: -15px;
}
.trusted-label .certification-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 15px;
    font-size: 14px;
    background-color: #f6f6f6;
}
.trusted-label .certification-item span:nth-child(2) {
    color:#38B336;
}
.trusted-label.modal.in .modal-dialog {
    transform: translate(0, 50%)!important;
}