.supplier-box {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.supplier-logo img {
    max-width: 150px;
    height: auto;
    margin-bottom: 12px;
}

.supplier-info {
    text-align: center;
}

.supplier-title {
    font-size: 1.25rem;
    margin-bottom: 8px;
}

.supplier-description {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 10px;
}

.supplier-link {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}

.supplier-link:hover {
    text-decoration: underline;
}
.fusion-content-boxes .fusion-button-text {
    font-weight: 700;
    color: #E53935 !important;
}

.fusion-content-boxes .content-container {
    text-align: center;
}
