/**
 * LokerPro - Frontend Single Post Styles
 *
 * @package Lokerpro_Child
 */

/* Sections */
.lokerpro-section {
    background: #fff;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.lokerpro-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2563eb;
    display: inline-block;
}

.lokerpro-section-content {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
}

.lokerpro-section-content p {
    margin: 0 0 10px;
}

.lokerpro-section-content p:last-child {
    margin-bottom: 0;
}

/* Salary */
.lokerpro-salary {
    font-size: 18px;
    font-weight: 700;
    color: #059669;
}

/* Sections */


.lokerpro-faq-item {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    margin-bottom: 10px;
    overflow: hidden;
}

.lokerpro-faq-item:last-child {
    margin-bottom: 0;
}

.lokerpro-faq-question {
    background: #f3f4f6;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
    cursor: pointer;
    position: relative;
}

.lokerpro-faq-question:hover {
    background:rgba(214,222,228,.8);
}

.lokerpro-faq-answer {
    background: #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 1.6;
    color: #4b5563;
}

.lokerpro-faq-answer p {
    margin: 0 0 8px;
}

.lokerpro-faq-answer p:last-child {
    margin-bottom: 0;
}

/* Expired row style in specs table */
.lokerpro-expired th,
.lokerpro-expired td {
    color: #dc2626 !important;
}

.lokerpro-expired td::after {
    content: " (Expired)";
    font-weight: 600;
}

/* Full-width apply button */
.lokerpro-btn-wrap {
    text-align: center;
    margin: 20px 0;
}

.lokerpro-btn-full {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Responsive: keep table-pjs clean */
.table-pjs td:last-child {
    word-break: break-word;
}

/* Salary in specs sidebar */
.lokerpro-salary-meta {
    font-weight: 700;
    color: #059669;
}

/* RS Data (tempat tidur, pelayanan, profile) injected in content */
.lokerpro-rs-data {
    background: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
}

.lokerpro-rs-data h3 {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #2563eb;
    display: inline-block;
}

/* RS Profile table (key-value style) */
.lokerpro-table-rs-profile {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.lokerpro-table-rs-profile tr {
    border-bottom: 1px solid #e5e7eb;
}

.lokerpro-table-rs-profile th {
    padding: 6px 12px 6px 0;
    font-weight: 600;
    color: #111827;
    white-space: nowrap;
    vertical-align: top;
    width: 140px;
}

.lokerpro-table-rs-profile td {
    padding: 6px 0;
    color: #374151;
}

.lokerpro-table-rs-data {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.lokerpro-table-rs-data thead th {
    background: #2563eb;
    color: #fff;
    padding: 8px 12px;
    text-align: left;
    font-weight: 600;
}

.lokerpro-table-rs-data tbody td {
    padding: 6px 12px;
    border-bottom: 1px solid #e5e7eb;
    color: #374151;
}

.lokerpro-table-rs-data tbody tr:nth-child(even) {
    background: #f9fafb;
}

.lokerpro-table-rs-data tbody tr:hover {
    background: #eff6ff;
}

.lokerpro-table-total td {
    font-weight: 700;
    background: #f3f4f6;
    padding: 8px 12px;
    border-top: 2px solid #2563eb;
}

.lokerpro-list-pelayanan {
    columns: 3;
    column-gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
}

.lokerpro-list-pelayanan li {
    padding: 4px 0;
    color: #374151;
    break-inside: avoid;
}

.lokerpro-list-pelayanan li::before {
    content: "•";
    color: #2563eb;
    font-weight: bold;
    margin-right: 6px;
}

@media (max-width: 768px) {
    .lokerpro-list-pelayanan {
        columns: 2;
    }
}

@media (max-width: 480px) {
    .lokerpro-list-pelayanan {
        columns: 1;
    }
}
