.elementor-1100 .elementor-element.elementor-element-bbb5e4e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4719ea0 *//* Mobile-First Layout */
.tc-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 15px;
    font-family: 'Inter', -apple-system, sans-serif;
    color: #333;
}

.tc-header {
    text-align: center;
    margin-bottom: 30px;
}

.tc-header h1 {
    font-size: 1.8rem; /* Scaled down for mobile */
    color: #1a1a1a;
    margin-bottom: 8px;
}

/* Quick Jump Menu for Mobile */
.tc-jump-menu {
    display: flex;
    overflow-x: auto; /* Swipeable menu on mobile */
    gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    -webkit-overflow-scrolling: touch;
}

.tc-jump-link {
    background: #f4f4f4;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    white-space: nowrap;
    text-decoration: none;
    color: #666;
}

/* Card Styling */
.tc-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
}

.tc-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.tc-icon {
    width: 22px;
    height: 22px;
    color: #f96d10; /* Brand Orange */
    flex-shrink: 0;
}

.tc-card-head h3 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
}

.tc-body {
    font-size: 0.9rem;
    line-height: 1.5;
    color: #555;
}

/* List Styling */
.tc-list {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
}

.tc-list li {
    padding: 8px 0;
    border-top: 1px solid #f9f9f9;
    display: flex;
    justify-content: space-between; /* Creates a clean key-value look */
}

.tc-list li span:first-child {
    font-weight: 500;
    color: #222;
}

.tc-list li span:last-child {
    color: #f96d10;
    font-weight: 600;
}

/* Desktop Adjustments */
@media (min-width: 768px) {
    .tc-header h1 { font-size: 2.4rem; }
    .tc-jump-menu { justify-content: center; overflow: hidden; }
    .tc-card { padding: 30px; }
}/* End custom CSS */


