/* Tojeongbigyeol Plugin Styles */

.tjb-wrapper {
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tjb-form-wrapper, .tjb-results {
    width: 100%;
}

/* Form Styles */
.tjb-form .tjb-form-field {
    margin-bottom: 15px;
}

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

.tjb-form .tjb-date-inputs input[type="number"],
.tjb-form select {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 5px;
}

.tjb-form .tjb-submit-button {
    padding: 10px 15px;
    border: none;
    background-color: #0073aa;
    color: white;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.tjb-form .tjb-submit-button:hover {
    background-color: #005a87;
}

/* Results Styles */
.tjb-section-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 10px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 5px;
}

.tjb-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin-bottom: 10px;
}

.tjb-table th, .tjb-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

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

.daeun-table th {
    font-size: 0.9em;
}

.tjb-strength-result {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 10px;
    background-color: #f0f8ff;
    border: 1px solid #d4e8ff;
    border-radius: 4px;
}

.tjb-random-fortunes {
    margin-top: 30px;
    border-top: 2px solid #e0e0e0;
    padding-top: 15px;
}

.tjb-fortune-title {
    font-size: 1.2em;
    color: #005a87;
}

.tjb-retry-link {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    padding: 10px 15px;
    background-color: #6c757d;
    color: white;
    border-radius: 4px;
}

.tjb-retry-link:hover {
    background-color: #5a6268;
}
