.krishnalaya-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-control {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-row {
    display: flex;
    gap: 15px;
}

.form-row .form-group {
    flex: 1;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

.btn-primary {
    background-color: #0073aa;
    color: white;
}

.btn-secondary {
    background-color: #464646;
    color: white;
}

.rasi-chart {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
}

.rasi-chart td {
    border: 2px solid #333;
    width: 25%;
    height: 100px;
    vertical-align: top;
    padding: 8px;
    font-size: 13px;
    position: relative;
}

.center-box {
    text-align: center;
    vertical-align: middle !important;
    font-weight: bold;
    font-size: 20px;
    background: #f0f0f0;
}

.planet-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.planet-table th, .planet-table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}

.planet-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.ai-box {
    background: #e7f3ff;
    border-left: 5px solid #2196F3;
    padding: 15px;
    margin-top: 20px;
    line-height: 1.6;
}

.planet-item {
    font-size: 11px;
    margin-bottom: 2px;
}
