.tb-showroom-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}

.tb-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.tb-card {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
}

.tb-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #111111;
    line-height: 1.3;
}

.tb-content-text {
    font-size: 15px;
    line-height: 1.6;
    color: #444444;
}

.tb-content-text p {
    margin: 0 0 15px 0;
}

.tb-content-text p:last-child {
    margin-bottom: 0;
}

/* Specifications / Vak 2 List */
.tb-specs-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tb-spec-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tb-checkmark-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: #000000;
    border-radius: 50%;
    flex-shrink: 0;
}

.tb-checkmark {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
}

.tb-spec-text {
    font-size: 15px;
    line-height: 1.4;
    color: #333333;
}

/* Appointment / Vak 3 */
.tb-desc {
    font-size: 15px;
    line-height: 1.5;
    color: #555555;
    margin: 0 0 20px 0;
}

.tb-image-wrapper {
    width: 100%;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    height: 240px;
}

.tb-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tb-btn {
    display: inline-block;
    text-align: center;
    background-color: #cc0000;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    border: 2px solid #cc0000;
    align-self: flex-start;
    margin-top: 15px;
}

.tb-btn:hover {
    background-color: #111111;
    border-color: #111111;
}
