/* Styles extracted from about-3m-brand.html */

.triangle-bullet-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.triangle-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
}

.triangle-bullet-list li:last-child {
    margin-bottom: 0;
}

.triangle-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #2e3192;
}

.blog-post-content-inner p {
    text-align: justify;
    text-justify: inter-word;
}

.official-brand-links-area {
    padding: 28px 0 14px;
}

.official-brand-links-card {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    background: #ffffff;
    padding: 22px 24px;
}

.official-brand-links-card h3 {
    margin: 0 0 10px;
    font-size: 28px;
    color: #1f2937;
}

.official-brand-links-card p {
    margin: 0 0 8px;
    color: #4b5563;
}

.official-brand-links-card p:last-child {
    margin-bottom: 0;
}

.official-brand-links-card a {
    color: #1d2475;
    word-break: break-all;
}

.official-brand-note {
    color: #1f2937;
    font-weight: 500;
}

.three-m-image-spaces {
    margin: 30px 0 36px;
}

.three-m-image-space {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 220px;
    border: 1px solid #e2e2e2;
    background: #f6f6f6;
    margin: 0;
    padding: 0;
}

.three-m-image-space.is-full-width {
    min-height: 0;
    aspect-ratio: 16 / 10;
}

.three-m-image-space img {
    width: 100% !important;
    height: 100% !important;
    max-width: none;
    object-fit: cover !important;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
}

.three-m-feature-box {
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px;
    background: #ffffff;
    height: 100%;
}

.three-m-feature-box h5 {
    margin-bottom: 12px;
    color: #1f2937;
}

.three-m-feature-row {
    --bs-gutter-x: 28px;
    --bs-gutter-y: 28px;
}

.three-m-products-band {
    width: 100%;
    background: #2e3192;
    padding: 36px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    flex-wrap: nowrap;
    text-align: center;
}

.three-m-products-band h3 {
    margin: 0;
    color: #ffffff;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 500;
    white-space: nowrap;
}

.three-m-products-band .products-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    border-radius: 30px;
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.three-m-products-band .products-btn:hover {
    background: #ffffff;
    color: #2e3192;
}

.page-search-feedback {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.4;
    color: #6c757d;
    min-height: 20px;
}

.blog-post-content-inner mark.page-search-highlight {
    background: #fff3a3;
    color: #111111;
    padding: 0 2px;
    border-radius: 2px;
}

@media only screen and (max-width: 767px) {
    .three-m-image-spaces {
        margin: 22px 0 28px;
    }

    .three-m-image-space {
        min-height: 180px;
    }

    .three-m-products-band {
        padding: 30px 16px;
        gap: 12px;
        flex-wrap: wrap;
    }

    .three-m-products-band h3 {
        font-size: 24px;
    }
}
