.hofmaan-trust-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
}

.icon-box-icon .hofmaan-trust-icon {
    width: 64px;
    height: 64px;
}

.secure-checkout-banner {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #f8fafc 0%, #eef6ff 100%);
    border: 1px solid #dbeafe;
    border-radius: 12px;
}

.secure-checkout-banner img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.secure-checkout-banner strong {
    display: block;
    font-size: 1.05rem;
    color: #021d3b;
    margin-bottom: 2px;
}

.secure-checkout-banner span {
    font-size: 0.92rem;
    color: #5b6472;
}

.secure-checkout-trust-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 18px 0;
}

@media (min-width: 768px) {
    .secure-checkout-trust-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.secure-checkout-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    padding: 12px 10px;
    background: #fff;
    border: 1px solid #e8edf3;
    border-radius: 10px;
}

.secure-checkout-trust-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.secure-checkout-trust-item span {
    font-size: 0.82rem;
    line-height: 1.35;
    color: #334155;
    font-weight: 500;
}

.secure-checkout-trust-compact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0 8px;
}

.secure-checkout-trust-compact .secure-checkout-trust-item {
    flex-direction: row;
    text-align: left;
    padding: 10px 12px;
}

.secure-checkout-trust-compact .secure-checkout-trust-item img {
    width: 32px;
    height: 32px;
}

.secure-checkout-trust-compact .secure-checkout-trust-item span {
    font-size: 0.78rem;
}

.hofmaan-inline-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.payment-method-label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.payment-header-with-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment-header-with-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.checkout-safe-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 0.88rem;
    color: #64748b;
}

.checkout-safe-note img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}
