/* Terms & Conditions Widget — Base Styles
   All values can be overridden via Elementor controls */

.tac-wrapper {
    background-color: #1e2130;
    border-radius: 8px;
    overflow: hidden;
}

.tac-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    padding: 24px 28px;
}

.tac-number {
    font-size: 14px;
    color: #a0a8c0;
    min-width: 20px;
    padding-top: 2px;
    flex-shrink: 0;
    line-height: 1.5;
}

.tac-content {
    flex: 1;
    min-width: 0;
}

.tac-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.4;
}

.tac-desc {
    font-size: 14px;
    line-height: 1.65;
    color: #a8b0c8;
    margin: 0;
    padding: 0;
}

.tac-divider {
    border: none;
    border-top: 1px solid #2e3348;
    margin: 0 28px;
}

/* Responsive */
@media (max-width: 480px) {
    .tac-item {
        padding: 18px 16px;
    }
    .tac-divider {
        margin: 0 16px;
    }
}
