.tc-60655aa0-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 0;
}

.tc-60655aa0-card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(106, 76, 252, 0.04);
    border: 1px solid rgba(106, 76, 252, 0.08);
    width: 100%;
    max-width: 100%; /* Spans to columns nicely */
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    transition: transform 0.2s ease;
}

.tc-60655aa0-card:hover {
    transform: translateY(-2px);
}

/* Header */
.tc-60655aa0-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tc-60655aa0-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f3f0ff;
    flex-shrink: 0;
    border: 1px solid rgba(106, 76, 252, 0.12);
}

.tc-60655aa0-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tc-60655aa0-meta {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.tc-60655aa0-name {
    font-size: 16px;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0;
}

.tc-60655aa0-title {
    font-size: 13px;
    font-weight: 600;
}

.tc-60655aa0-licensed {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    color: #64748b;
    margin-top: 2px;
}

.tc-60655aa0-icon-shield {
    display: inline-flex;
    align-items: center;
    color: #10b981;
}

/* Sections */
.tc-60655aa0-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tc-60655aa0-section-title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #1e1b4b;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tc-60655aa0-sect-icon {
    display: inline-flex;
    align-items: center;
}

/* Pills */
.tc-60655aa0-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.tc-60655aa0-tag {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 10px;
}

/* Pricing Row */
.tc-60655aa0-pricing-box {
    display: flex;
    border: 1px solid rgba(106, 76, 252, 0.08);
    border-radius: 12px;
    padding: 12px;
    background-color: #fbfbfb;
}

.tc-60655aa0-price-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.tc-60655aa0-price-header {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
}

.tc-60655aa0-col-icon {
    display: inline-flex;
}

.tc-60655aa0-price-value {
    font-size: 15px;
    font-weight: 700;
}

.tc-60655aa0-per {
    font-size: 10px;
    font-weight: 500;
    color: #64748b;
}

.tc-60655aa0-pricing-divider {
    width: 1px;
    background-color: rgba(106, 76, 252, 0.08);
    margin: 0 12px;
}

/* Availability */
.tc-60655aa0-avail-box {
    display: flex;
    align-items: center;
    border: 1px solid rgba(106, 76, 252, 0.08);
    border-radius: 12px;
    padding: 10px;
    gap: 10px;
    background-color: #fbfbfb;
}

.tc-60655aa0-avail-icon {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tc-60655aa0-avail-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.tc-60655aa0-avail-date {
    font-size: 12px;
    font-weight: 700;
    color: #1e1b4b;
}

.tc-60655aa0-avail-time {
    font-size: 11px;
    color: #64748b;
    font-weight: 500;
}

.tc-60655aa0-slots-badge {
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    flex-shrink: 0;
}

/* CTA */
.tc-60655aa0-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 16px;
    border-radius: 12px;
    transition: background-color 0.2s ease, opacity 0.2s ease;
    text-align: center;
    box-shadow: 0 4px 10px rgba(106, 76, 252, 0.12);
}

.tc-60655aa0-btn:hover {
    opacity: 0.95;
}

.tc-60655aa0-guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #94a3b8;
    font-weight: 600;
}

/* Mobile responsive layout */
@media (max-width: 767px) {
    .tc-60655aa0-card {
        padding: 16px;
        gap: 12px;
    }
}
