.vcds-ia-box {
    background: #f4f7fc;
    border: 2px solid #003366;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.vcds-ia-title {
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
}

.vcds-ia-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.vcds-ia-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #003366;
    color: #fff !important;
    padding: 10px 14px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 14px;
}

.vcds-ia-btn img {
    width: 18px;
    height: 18px;
}