/* 24-solar-terms: lighter result table */
.tool-form-24-solar-terms .form-field {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.tool-form-24-solar-terms .form-field .btn-info {
    flex-shrink: 0;
}

.tool-form-24-solar-terms #tool-result {
    margin-top: 0.75rem;
}

.tool-form-24-solar-terms #tool-result .table-scroll-x {
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
}

.tool-form-24-solar-terms #tool-result .table,
.tool-form-24-solar-terms #tool-result table {
    margin: 0;
    border: none !important;
}

.tool-form-24-solar-terms #tool-result .table {
    font-size: 0.875rem;
    color: #555;
}

.tool-form-24-solar-terms #tool-result .table th,
.tool-form-24-solar-terms #tool-result .table td {
    border-color: #eee !important;
}

.tool-form-24-solar-terms #tool-result .table th {
    padding: 0.55rem 0.75rem;
    font-weight: 500;
    color: #666;
    background-color: #f5f5f5 !important;
    border-top: none !important;
    border-bottom: 1px solid #eee;
}

.tool-form-24-solar-terms #tool-result .table thead:first-child tr:first-child th {
    border-top: none !important;
}

.tool-form-24-solar-terms #tool-result .table td {
    padding: 0.55rem 0.75rem;
    color: #555;
    border-top: 1px solid #f3f3f3;
    vertical-align: middle;
    background-color: #fff;
}

.tool-form-24-solar-terms #tool-result .table tbody tr:hover td {
    background-color: #fafafa;
}
