.tm-credbox {
    background: linear-gradient(135deg, #ffffff 0%, #eaf1fb 100%);
    border: 1px solid #d7e3f4;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(14, 84, 132, 0.12);
    color: #1f2d3d;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    isolation: isolate;
    margin: 28px 0;
    overflow: hidden;
    padding: 24px 28px 24px 32px;
    position: relative;
    text-align: left;
}

.tm-credbox::before {
    background: linear-gradient(180deg, #1e80c4 0%, #0b4a78 100%);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
    z-index: 1;
}

.tm-credbox::after {
    background:
        url('https://cdn.testingmom.com/assets/website/homepage/segmented-hex-ring.svg') no-repeat 11px 17px / 107px 123px,
        linear-gradient(135deg, #1e80c4 0%, #0b4a78 100%);
    border-radius: 50%;
    content: "";
    height: 140px;
    position: absolute;
    right: -54px;
    top: -66px;
    width: 140px;
    z-index: -1;
}

.tm-credbox-head {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    padding-right: 104px;
    position: relative;
}

.tm-credbox-head::before {
    background: #ffc400;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 56px;
}

.tm-credbox-logo-wrap {
    background: #ffffff !important;
    border: 1px solid #e3ebf5;
    border-radius: 50% !important;
    box-shadow: 0 2px 8px rgba(14, 84, 132, 0.14);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    width: 40px !important;
    z-index: 1;
}

.tm-credbox-logo {
    display: block !important;
    height: 70% !important;
    margin: 0 !important;
    max-height: none !important;
    max-width: none !important;
    object-fit: contain;
    object-position: center;
    width: 70% !important;
}

.tm-credbox-title {
    color: #0e2a47 !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    z-index: 1;
}

.tm-credbox-name {
    color: #0e5484;
    letter-spacing: 0.4px;
}

.tm-credbox-dash {
    color: #9bb0c5;
}

.tm-credbox-desc {
    color: #1f2d3d;
    font-weight: 700;
}

.tm-credbox-text {
    color: #25323e !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.65 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tm-credbox-lead {
    color: #0e2a47 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.5 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.tm-credbox-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.tm-credbox-list--cols {
    column-count: 2;
    column-gap: 34px;
}

.tm-credbox-item {
    align-items: center;
    break-inside: avoid;
    color: #25323e !important;
    display: flex;
    font-size: 16px !important;
    font-weight: 500;
    gap: 12px;
    line-height: 1.45;
    list-style: none !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
}

.tm-credbox-list--proof .tm-credbox-item:last-child {
    margin-bottom: 0 !important;
}

.tm-credbox-check {
    background: rgba(255, 196, 0, 0.20);
    border-radius: 50% !important;
    box-sizing: content-box !important;
    display: block !important;
    flex-shrink: 0;
    height: 16px !important;
    margin: 0 !important;
    max-width: none !important;
    padding: 6px !important;
    width: 16px !important;
}

.tm-credbox-dot {
    background: #0e5484;
    border-radius: 50%;
    flex-shrink: 0;
    height: 8px;
    width: 8px;
}

.tm-credbox--brand {
    background: linear-gradient(135deg, #0e5484 0%, #08203c 100%);
    border-color: transparent;
    box-shadow: 0 12px 30px rgba(8, 32, 60, 0.28);
    color: #ffffff;
}

.tm-credbox--brand::before {
    background: linear-gradient(180deg, #ffd23f 0%, #f5b50a 100%);
}

.tm-credbox--brand::after {
    background:
        url('https://cdn.testingmom.com/assets/website/homepage/segmented-hex-ring.svg') no-repeat 13px 73px / 60px 60px,
        rgba(255, 255, 255, 0.08);
}

.tm-credbox--brand .tm-credbox-title,
.tm-credbox--brand .tm-credbox-desc {
    color: #ffffff !important;
}

.tm-credbox--brand .tm-credbox-name {
    color: #ffd23f;
}

.tm-credbox--brand .tm-credbox-dash {
    color: rgba(255, 255, 255, 0.45);
}

.tm-credbox--brand .tm-credbox-text,
.tm-credbox--brand .tm-credbox-item {
    color: #e3ecf5 !important;
}

.tm-credbox--brand .tm-credbox-lead {
    color: #ffffff !important;
}

.tm-credbox--brand .tm-credbox-check {
    background: rgba(255, 255, 255, 0.16);
}

.tm-credbox--brand .tm-credbox-dot {
    background: #ffd23f;
}


@media (max-width: 600px) {
    .tm-credbox {
        padding: 20px 20px 20px 24px;
    }
    .tm-credbox::after {
        background-position: 10px 25px, 0 0;
        background-size: 80px 80px, auto;
        height: 112px;
        right: -48px;
        top: -56px;
        width: 112px;
    }
    .tm-credbox-head {
        padding-right: 78px;
    }
    .tm-credbox-title {
        font-size: 16px !important;
    }
    .tm-credbox-list--cols {
        column-count: 1;
    }
}

@media (max-width: 380px) {
    .tm-credbox::after {
        background-position: 10px 25px, 0 0;
        background-size: 60px 60px, auto;
        height: 96px;
        right: -46px;
        top: -52px;
        width: 96px;
    }
    .tm-credbox-head {
        padding-right: 62px;
    }
}
