﻿.terms-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 14px 16px;
    margin: 16px 0;
    border-radius: 14px;
    background: #fff8e6;
    border: 1px solid #f1d28a;
}

.terms-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffe7a3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a6100;
}

.terms-content {
    flex: 1;
}

.terms-title {
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 3px;
}

.terms-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 8px;
}

.terms-link {
    font-weight: 600;
    color: #0d6efd;
    text-decoration: none;
}

    .terms-link:hover {
        text-decoration: underline;
    }
