.tlc-2526-container {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    max-width: 500px;
    margin: 0 auto;
    font-family: inherit;
}

.tlc-2526-title {
    text-align: center;
    margin-bottom: 25px;
    color: #333;
}

.tlc-2526-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tlc-2526-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tlc-2526-group label {
    margin-bottom: 5px;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.tlc-2526-group input,
.tlc-2526-group select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.tlc-2526-group input:focus,
.tlc-2526-group select:focus {
    border-color: #0073e6;
    outline: none;
}

.tlc-2526-btn {
    margin-top: 10px;
    padding: 12px;
    background-color: #0073e6;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s ease;
    width: 100%;
}

.tlc-2526-btn:hover {
    background-color: #005bb5;
}

.tlc-2526-result-box {
    margin-top: 25px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.tlc-2526-result-box h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #666;
}

.tlc-2526-result {
    font-size: 32px;
    font-weight: 700;
    color: #28a745;
    margin-bottom: 10px;
}

.tlc-2526-disclaimer {
    font-size: 12px;
    color: #999;
    margin: 0;
    font-style: italic;
    line-height: 1.4;
}
