.oswalt-manufacturer-card {
    overflow: hidden;
}

.oswalt-manufacturer-logo-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid var(--oswalt-enhanced-border);
    border-radius: 14px;
    background: #ffffff;
}

.oswalt-manufacturer-logo {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 70px;
    object-fit: contain;
}

.oswalt-manufacturer-card h2 {
    margin: 0 0 10px;
}

.oswalt-manufacturer-description {
    color: var(--oswalt-enhanced-muted);
    font-size: 13px;
    line-height: 1.55;
}

.oswalt-manufacturer-description p:last-child {
    margin-bottom: 0;
}

.oswalt-manufacturer-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 14px;
    padding: 8px 13px;
    border: 1px solid var(--oswalt-enhanced-accent);
    border-radius: 10px;
    background: #ffffff;
    color: var(--oswalt-enhanced-accent);
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.oswalt-manufacturer-link:hover {
    background: var(--oswalt-enhanced-accent-soft);
    color: var(--oswalt-enhanced-accent-dark);
    text-decoration: none;
}

/* Remove framed/bordered treatment around manufacturer logos */
.oswalt-manufacturer-logo-wrap {
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
}
