/* PL Route Manager — Frontend shortcode styles */

.plrm-fe-price-table { overflow-x: auto; margin: 20px 0; }
.plrm-fe-price-table table {
    width: 100%; border-collapse: collapse; font-size: 15px;
}
.plrm-fe-price-table th {
    background: #1a6fc4; color: #fff; padding: 12px 14px;
    text-align: left; font-weight: 600; font-size: 14px;
}
.plrm-fe-price-table td {
    padding: 12px 14px; border-bottom: 1px solid #e5e7eb; vertical-align: middle;
}
.plrm-fe-price-table tr:hover td { background: #f8fafd; }
.plrm-fe-col-img { width: 76px; }
.plrm-fe-col-img img {
    width: 64px; height: 64px; object-fit: cover;
    border-radius: 6px; display: block;
}
.plrm-fe-title a { color: #1a2332; text-decoration: none; font-weight: 500; }
.plrm-fe-title a:hover { color: #1a6fc4; }
.plrm-fe-price { font-weight: 700; color: #b31d1d; white-space: nowrap; }
.plrm-fe-action { text-align: right; }
.plrm-fe-btn {
    display: inline-block; padding: 8px 18px; background: #1a6fc4;
    color: #fff !important; border-radius: 6px; text-decoration: none;
    font-size: 13px; font-weight: 600; white-space: nowrap;
    transition: background .15s;
}
.plrm-fe-btn:hover { background: #155aa0; color: #fff !important; }

.plrm-fe-empty { color: #6b7b8d; padding: 20px; text-align: center; }

/* Tuyến tạm ngưng */
.plrm-fe-row-paused { opacity: .55; }
.plrm-fe-row-paused .plrm-fe-title a { pointer-events: none; color: #6b7b8d; }
.plrm-fe-badge-paused {
    display: inline-block; margin-left: 8px; padding: 1px 8px;
    background: #fef3c7; color: #92400e; border-radius: 10px;
    font-size: 11px; font-weight: 600; vertical-align: middle;
}
.plrm-fe-btn-disabled {
    background: #e5e7eb !important; color: #6b7b8d !important;
    cursor: not-allowed; pointer-events: none;
}

/* Gallery */
.plrm-fe-gallery {
    display: grid;
    grid-template-columns: repeat(var(--plrm-cols, 3), 1fr);
    gap: 10px; margin: 20px 0;
}
.plrm-fe-gallery-item {
    display: block; overflow: hidden; border-radius: 8px;
    aspect-ratio: 4 / 3; background: #f0f4f8;
}
.plrm-fe-gallery-item img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform .3s ease; display: block;
}
.plrm-fe-gallery-item:hover img { transform: scale(1.06); }

/* Contact box */
.plrm-fe-contact {
    border: 1px solid #d9e0ea; border-radius: 10px;
    padding: 18px 20px; background: #f8fafd; margin: 20px 0;
}
.plrm-fe-contact-name {
    display: block; font-size: 17px; margin-bottom: 10px; color: #1a2332;
}
.plrm-fe-contact-link {
    display: inline-block; margin-right: 16px; margin-bottom: 6px;
    color: #1a6fc4; text-decoration: none; font-weight: 600; font-size: 15px;
}
.plrm-fe-contact-link:hover { text-decoration: underline; }
.plrm-fe-contact-note {
    margin: 10px 0 0; font-size: 13px; color: #6b7b8d; line-height: 1.6;
}

/* Visitor counter widget */
.plrm-fe-counter {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 13px; color: #6b7b8d;
}
.plrm-fe-counter-icon { font-size: 14px; }
.plrm-fe-counter strong { color: #1a2332; font-weight: 700; }

/* ═══════════════════════════════════════════════════════════════
   BẢNG GIÁ MA TRẬN [plrm_price_grid]
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-grid-wrap {
    overflow-x: auto; margin: 20px 0; border-radius: 10px;
    border: 1px solid #e5e0d5; box-shadow: 0 1px 8px rgba(0,0,0,.04);
    -webkit-overflow-scrolling: touch;
}
.plrm-fe-grid { width: 100%; border-collapse: separate; border-spacing: 0; font-size: 14px; background: #fff; }
.plrm-fe-grid thead th {
    background: #c1602f; color: #fff; padding: 12px 16px;
    text-align: center; font-weight: 600; white-space: nowrap;
    position: sticky; top: 0; z-index: 2;
}
.plrm-fe-grid-corner {
    position: sticky; left: 0; z-index: 3; background: #a24d22 !important;
    text-align: left !important;
}
.plrm-fe-grid tbody td {
    padding: 11px 16px; text-align: center; border-bottom: 1px solid #f0ece3;
    white-space: nowrap;
}
.plrm-fe-grid tbody tr:hover td { background: #fdf7f1; }
.plrm-fe-grid-route {
    text-align: left !important; font-weight: 600; color: #241f1a;
    position: sticky; left: 0; background: #faf7f2; z-index: 1;
    border-right: 1px solid #e5e0d5;
}
.plrm-fe-grid tbody tr:hover .plrm-fe-grid-route { background: #f7ede1; }
.plrm-fe-grid-price {
    color: #b0432f; font-weight: 700; text-decoration: none;
    display: inline-block; transition: transform .15s;
}
.plrm-fe-grid-price:hover { transform: scale(1.05); text-decoration: underline; }
.plrm-fe-grid-dash { color: #b7ad9b; }
.plrm-fe-grid-paused { color: #b8842f; font-size: 12px; font-style: italic; }

@media (max-width: 640px) {
    .plrm-fe-grid { font-size: 12.5px; }
    .plrm-fe-grid thead th, .plrm-fe-grid tbody td { padding: 9px 10px; }
}

/* ═══════════════════════════════════════════════════════════════
   FORM ĐẶT XE [plrm_booking_form] — v3: tinh tế, có chiều sâu
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-booking-wrap {
    display: flex; justify-content: center; margin: 28px 0; padding: 0 16px;
}
.plrm-fe-booking {
    width: 100%; max-width: 640px; padding: 0;
    background: #fff; border: 1px solid #f0e8da; border-radius: 20px;
    box-shadow: 0 20px 50px -12px rgba(36,31,26,.16), 0 2px 8px rgba(36,31,26,.05);
    overflow: hidden;
}

/* Header: gradient nhiều lớp + hoạ tiết chấm mờ tạo chiều sâu, thay cho
   nền phẳng 2 màu trước đây. */
.plrm-fe-booking-head {
    position: relative; overflow: hidden;
    display: flex; align-items: center; gap: 14px;
    padding: 18px 26px; color: #fff;
    background:
        radial-gradient(circle at 15% 20%, rgba(255,255,255,.14) 0%, transparent 45%),
        radial-gradient(circle at 90% 85%, rgba(0,0,0,.12) 0%, transparent 55%),
        linear-gradient(120deg, #d16b35 0%, #c1602f 45%, #9c4520 100%);
}
.plrm-fe-booking-head::before {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.18) 1px, transparent 1px);
    background-size: 14px 14px;
    -webkit-mask-image: linear-gradient(120deg, rgba(0,0,0,.5), transparent 60%);
            mask-image: linear-gradient(120deg, rgba(0,0,0,.5), transparent 60%);
}
.plrm-fe-booking-head-icon {
    position: relative; z-index: 1; flex-shrink: 0;
    width: 46px; height: 46px; border-radius: 50%;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.3);
    box-shadow: inset 0 1px 2px rgba(255,255,255,.25), 0 4px 12px rgba(0,0,0,.15);
    display: flex; align-items: center; justify-content: center;
}
.plrm-fe-booking-head-text { position: relative; z-index: 1; }
.plrm-fe-booking-head strong {
    display: block; font-size: 17px; font-weight: 800; letter-spacing: -.015em;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.plrm-fe-booking-head small { display: block; font-size: 11.5px; opacity: .88; margin-top: 3px; line-height: 1.45; font-weight: 400; }

.plrm-fe-booking-body { padding: 18px 26px 20px; }

.plrm-fe-booking .plrm-fe-field { margin-bottom: 11px; }
.plrm-fe-booking .plrm-fe-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.plrm-fe-booking .plrm-fe-field-row-3 { grid-template-columns: 1.3fr 1fr .7fr; }
/* Độ ưu tiên cao + !important cho các thuộc tính hiển thị quan trọng — một số
   theme (Flatsome/WooCommerce) áp kiểu "floating label" ẩn mặc định thẻ
   <label> theo style toàn cục, đè mất label của form này nếu không chặn lại. */
.plrm-fe-booking .plrm-fe-field > label {
    display: block !important; position: static !important; opacity: 1 !important;
    visibility: visible !important; pointer-events: auto !important;
    font-size: 11px; font-weight: 700; color: #8a7c63 !important;
    margin: 0 0 4px !important; text-transform: uppercase; letter-spacing: .5px;
}
.plrm-fe-booking .plrm-fe-field > label span { color: #c1602f !important; }
.plrm-fe-booking .plrm-fe-field input,
.plrm-fe-booking .plrm-fe-field select,
.plrm-fe-booking .plrm-fe-field textarea {
    width: 100%; padding: 8px 12px; border: 1.5px solid #ebe3d3; border-radius: 9px;
    font-size: 13.5px; font-family: inherit; box-sizing: border-box;
    background: #fcfbf8; color: #241f1a;
    transition: border-color .15s, background .15s, box-shadow .15s;
}
.plrm-fe-booking .plrm-fe-field input::placeholder,
.plrm-fe-booking .plrm-fe-field textarea::placeholder { color: #bcb09a; }
.plrm-fe-booking .plrm-fe-field input:hover,
.plrm-fe-booking .plrm-fe-field select:hover,
.plrm-fe-booking .plrm-fe-field textarea:hover { border-color: #ddd0b8; }
.plrm-fe-booking .plrm-fe-field input:focus,
.plrm-fe-booking .plrm-fe-field select:focus,
.plrm-fe-booking .plrm-fe-field textarea:focus {
    outline: none; border-color: #c1602f; background: #fff;
    box-shadow: 0 0 0 4px rgba(193,96,47,.09);
}
.plrm-fe-booking .plrm-fe-field textarea { resize: vertical; min-height: 34px; }

.plrm-fe-booking-total {
    display: flex; align-items: center; justify-content: space-between;
    padding: 11px 18px; margin-bottom: 14px; border-radius: 12px;
    background: linear-gradient(135deg, #fbf1e5, #f6e6d3);
    border: 1px solid #edd6b3;
    font-size: 12.5px; color: #7a6a4d; font-weight: 600;
}
.plrm-fe-booking-total strong { color: #a24d22; font-size: 18px; font-weight: 800; letter-spacing: -.01em; }

.plrm-fe-booking-submit {
    width: 100%; padding: 12px; background: linear-gradient(135deg,#ce6a37,#a24d22);
    color: #fff; border: none; border-radius: 11px; font-size: 14px; font-weight: 700;
    letter-spacing: .2px; cursor: pointer; transition: transform .15s, box-shadow .15s, filter .15s;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    box-shadow: 0 6px 18px -4px rgba(193,96,47,.5);
}
.plrm-fe-booking-submit:hover { transform: translateY(-1px); filter: brightness(1.06); box-shadow: 0 8px 22px -4px rgba(193,96,47,.55); }
.plrm-fe-booking-submit:active { transform: translateY(0); filter: brightness(.98); }
.plrm-fe-booking-submit:disabled { opacity: .6; cursor: not-allowed; transform: none; box-shadow: none; }

.plrm-fe-booking-msg { margin-top: 8px; font-size: 12.5px; padding: 9px 14px; border-radius: 9px; display: none; font-weight: 500; }
.plrm-fe-booking-msg.is-success { display: block; background: #e6efe4; color: #4d7c58; }
.plrm-fe-booking-msg.is-error   { display: block; background: #f7e5df; color: #b0432f; }

@media (max-width: 640px) {
    .plrm-fe-booking-wrap { padding: 0 10px; }
    .plrm-fe-booking-body { padding: 16px 18px 18px; }
    .plrm-fe-booking-head { padding: 16px 18px; }
    .plrm-fe-booking .plrm-fe-field-row,
    .plrm-fe-booking .plrm-fe-field-row-3 { grid-template-columns: 1fr; gap: 0; }
}

/* ═══════════════════════════════════════════════════════════════
   THỐNG KÊ TRUY CẬP (admin-only) [plrm_visitor_stats] — v2 redesign
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-vstats {
    max-width: 320px; margin: 16px 0; background: #1a1614; color: #fff;
    border-radius: 14px; overflow: hidden; font-size: 13px;
    box-shadow: 0 8px 28px rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.06);
}
.plrm-fe-vstats-head {
    padding: 14px 18px; background: linear-gradient(135deg,#c1602f,#a24d22);
    display: flex; align-items: center; justify-content: space-between;
}
.plrm-fe-vstats-title {
    display: flex; align-items: center; gap: 8px;
    font-weight: 700; font-size: 14px;
}
.plrm-fe-vstats-title .dashicons { font-size: 18px; width: 18px; height: 18px; }
.plrm-fe-vstats-badge {
    font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em;
    background: rgba(255,255,255,.18); padding: 3px 9px; border-radius: 20px;
}

.plrm-fe-vstats-body { padding: 6px 10px; }
.plrm-fe-vstats-row {
    display: flex; align-items: center; gap: 12px;
    padding: 9px 8px; border-radius: 8px; transition: background .15s;
}
.plrm-fe-vstats-row:hover { background: rgba(255,255,255,.04); }

.plrm-fe-vstats-icon {
    flex-shrink: 0; width: 34px; height: 34px; border-radius: 9px;
    display: flex; align-items: center; justify-content: center;
}
.plrm-fe-vstats-icon .dashicons { font-size: 17px; width: 17px; height: 17px; }

.plrm-fe-vstats-label { flex: 1; color: rgba(255,255,255,.75); }
.plrm-fe-vstats-value {
    font-weight: 700; font-size: 16px; font-variant-numeric: tabular-nums;
    transition: color .3s;
}

/* Chấm xanh nhấp nháy cho dòng "Đang online" */
.plrm-fe-vstats-pulse {
    display: inline-block; width: 12px; height: 12px; border-radius: 50%;
    background: #3aa76d; position: relative;
}
.plrm-fe-vstats-pulse::after {
    content: ''; position: absolute; inset: -6px; border-radius: 50%;
    border: 2px solid #3aa76d; animation: plrm-pulse-ring 1.8s ease-out infinite;
}
@keyframes plrm-pulse-ring {
    0%   { transform: scale(.6); opacity: .9; }
    100% { transform: scale(1.6); opacity: 0; }
}

.plrm-fe-vstats-foot {
    padding: 9px 18px; font-size: 11px; color: rgba(255,255,255,.4);
    border-top: 1px solid rgba(255,255,255,.06); text-align: right;
}
.plrm-fe-vstats-foot span { color: rgba(255,255,255,.65); font-variant-numeric: tabular-nums; }

/* ═══════════════════════════════════════════════════════════════
   BẢNG GIÁ VẬN CHUYỂN [plrm_shipping_table]
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-shipping { max-width: 800px; margin: 24px auto; text-align: center; }
.plrm-fe-shipping-title {
    color: #16a596; font-size: 24px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .02em; margin: 0 0 12px;
}
.plrm-fe-shipping-divider {
    display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 22px;
}
.plrm-fe-shipping-divider span {
    width: 6px; height: 6px; border-radius: 50%; background: #d9d9d9;
}
.plrm-fe-shipping-divider span:nth-child(2) { width: 8px; height: 8px; background: #16a596; }

.plrm-fe-shipping-table-wrap {
    text-align: left; border-radius: 10px; overflow: hidden;
    box-shadow: 0 2px 16px rgba(0,0,0,.08); margin-bottom: 20px;
}
.plrm-fe-shipping-table { width: 100%; border-collapse: collapse; background: #fff; font-size: 15px; }
.plrm-fe-shipping-table thead th {
    background: #f2833c; color: #fff; padding: 14px 20px;
    text-align: left; font-weight: 700; font-size: 13px;
    text-transform: uppercase; letter-spacing: .03em;
}
.plrm-fe-shipping-table tbody td { padding: 13px 20px; color: #333; }
.plrm-fe-shipping-table tbody tr:nth-child(even) { background: #f7f7f7; }
.plrm-fe-shipping-table tbody tr:hover { background: #fdf1e9; }

.plrm-fe-shipping-note {
    text-align: left; background: #fff8e1; border-left: 5px solid #f2b705;
    border-radius: 8px; padding: 16px 20px; font-size: 14px;
    color: #5c4a12; line-height: 1.8;
}

@media (max-width: 600px) {
    .plrm-fe-shipping-title { font-size: 19px; }
    .plrm-fe-shipping-table { font-size: 13px; }
    .plrm-fe-shipping-table thead th, .plrm-fe-shipping-table tbody td { padding: 10px 12px; }
}

@media (max-width: 600px) {
    .plrm-fe-gallery { grid-template-columns: repeat(2, 1fr); }
    .plrm-fe-price-table { font-size: 13px; }
    .plrm-fe-col-img { display: none; }
    .plrm-fe-price-table th:first-child { display: none; }
}

/* ═══════════════════════════════════════════════════════════════
   NÚT ĐẶT XE MỞ MODAL [plrm_booking_button]
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-bkbtn {
    display: inline-flex; align-items: center; gap: 6px;
    border: none; border-radius: 999px;
    background: linear-gradient(135deg,#c1602f,#a24d22); color: #fff;
    font-size: 13.5px; font-weight: 700; letter-spacing: .3px;
    cursor: pointer; transition: transform .15s, box-shadow .15s;
    box-shadow: 0 4px 14px rgba(193,96,47,.32);
}
.plrm-fe-bkbtn:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(193,96,47,.4); }
.plrm-fe-bkbtn-block { display: flex; width: 100%; justify-content: center; border-radius: 10px; padding: 13px; }

.plrm-fe-modal-overlay {
    display: none; position: fixed; inset: 0; z-index: 999999;
    background: rgba(26,22,19,.55); backdrop-filter: blur(2px);
    align-items: center; justify-content: center; padding: 20px;
}
.plrm-fe-modal {
    position: relative; width: 100%; max-width: 640px; max-height: 92vh;
    overflow-y: auto; border-radius: 18px;
    animation: plrm-modal-in .2s ease;
}
@keyframes plrm-modal-in {
    from { opacity: 0; transform: translateY(12px) scale(.98); }
    to   { opacity: 1; transform: translateY(0) scale(1); }
}
.plrm-fe-modal-close {
    position: absolute; top: 14px; right: 14px; z-index: 2;
    width: 32px; height: 32px; border-radius: 50%; border: none;
    background: rgba(255,255,255,.22); color: #fff; font-size: 20px;
    line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center;
    transition: background .15s;
}
.plrm-fe-modal-close:hover { background: rgba(255,255,255,.35); }
.plrm-fe-modal-body .plrm-fe-booking-wrap { margin: 0; padding: 0; }
.plrm-fe-modal-body .plrm-fe-booking { max-width: none; box-shadow: none; border-radius: 18px; }

/* ═══════════════════════════════════════════════════════════════
   FORM LIÊN HỆ [plrm_contact_form] — thay thế Contact Form 7
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-contact-form-wrap { max-width: 520px; margin: 24px 0; }
.plrm-fe-contact-form-title {
    color: #16a596; font-size: 22px; font-weight: 800;
    text-transform: uppercase; letter-spacing: .02em; margin: 0 0 12px;
}
.plrm-fe-contact-form .plrm-fe-field { margin-bottom: 14px; }
.plrm-fe-contact-form input,
.plrm-fe-contact-form textarea {
    width: 100%; padding: 11px 15px; border: 1px solid #d9d9d9; border-radius: 8px;
    font-size: 14px; font-family: inherit; box-sizing: border-box; color: #333;
    transition: border-color .15s, box-shadow .15s;
}
.plrm-fe-contact-form input::placeholder,
.plrm-fe-contact-form textarea::placeholder { color: #999; }
.plrm-fe-contact-form input:focus,
.plrm-fe-contact-form textarea:focus {
    outline: none; border-color: #16a596; box-shadow: 0 0 0 3px rgba(22,165,150,.12);
}
.plrm-fe-contact-form textarea { resize: vertical; min-height: 110px; }
.plrm-fe-honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; opacity: 0; }

.plrm-fe-contact-submit {
    padding: 12px 28px; background: #16a596; color: #fff; border: none;
    border-radius: 8px; font-size: 13.5px; font-weight: 700; text-transform: uppercase;
    letter-spacing: .4px; cursor: pointer; transition: background .15s;
}
.plrm-fe-contact-submit:hover { background: #12897d; }
.plrm-fe-contact-submit:disabled { opacity: .6; cursor: not-allowed; }

.plrm-fe-contact-msg { margin-top: 12px; font-size: 13px; padding: 10px 14px; border-radius: 8px; display: none; font-weight: 500; }
.plrm-fe-contact-msg.is-success { display: block; background: #e6efe4; color: #4d7c58; }
.plrm-fe-contact-msg.is-error   { display: block; background: #f7e5df; color: #b0432f; }

/* ═══════════════════════════════════════════════════════════════
   THÔNG TIN LỊCH TRÌNH [bus_schedule_info] — khớp mẫu gốc customise.php
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-schedule { max-width: 340px; background: #eef4dd; border-radius: 8px; overflow: hidden; margin: 16px 0; }
.plrm-fe-schedule-head {
    background: #f2833c; color: #fff; padding: 8px 0; margin: 0;
    text-align: center; font-size: 18px; font-weight: 700;
}
.plrm-fe-schedule-body { padding: 4px 0 14px; }
.plrm-fe-schedule-table { font-size: 14px; width: 95%; margin: 10px auto 0; border-collapse: separate; border-spacing: 0 10px; }
.plrm-fe-schedule-table td { border-bottom: 1px dashed #ccc; padding: 6px 0; }
.plrm-fe-schedule-table td:last-child { text-align: right; color: #007a5a; font-weight: 700; }
.plrm-fe-schedule-stars { display: inline-flex; align-items: center; }
.plrm-fe-schedule-stars svg { margin-right: 2px; }
.plrm-fe-schedule-pricing {
    display: flex; justify-content: space-evenly; align-items: center;
    margin-top: 10px; font-size: 16px; flex-wrap: wrap;
}
.plrm-fe-schedule-price-highlight { padding: 5px 10px; color: #e53935; font-weight: 700; }
.plrm-fe-schedule-price-old { padding: 5px 10px; text-decoration: line-through; color: #888; }
.plrm-fe-schedule-note { text-align: center; margin: 10px 0 0; font-style: italic; color: #555; font-size: 13px; }

/* ═══════════════════════════════════════════════════════════════
   HỘP GỌI TƯ VẤN [bus_contact_box] — khớp mẫu gốc customise.php
   ═══════════════════════════════════════════════════════════════ */
.plrm-fe-callbox {
    max-width: 340px; background: #1a3c6d; color: #fff;
    padding: 25px 15px; border-radius: 8px; margin: 20px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,.1); text-align: center;
}
.plrm-fe-callbox-head { font-size: 18px; font-weight: 600; margin: 0 0 20px; text-transform: uppercase; color: #fff; }
.plrm-fe-callbox-icon {
    background: #f4b400; width: 50px; height: 50px; padding: 10px;
    border-radius: 50%; margin: 0 auto 15px; display: flex;
    align-items: center; justify-content: center; transition: transform .3s;
}
.plrm-fe-callbox-icon:hover { transform: scale(1.1); }
.plrm-fe-callbox-list { display: flex; flex-direction: column; align-items: center; }
.plrm-fe-callbox-item {
    display: block; background: #fff; color: #1a3c6d; font-size: 16px; font-weight: 600;
    padding: 12px 20px; margin: 5px 0; border-radius: 5px; text-decoration: none;
    transition: background .3s, color .3s; width: 100%; max-width: 300px;
}
.plrm-fe-callbox-item:hover { background: #f4b400; color: #fff; }
.plrm-fe-callbox-email { margin-top: 4px; }
.plrm-fe-callbox-email p { font-size: 15px; margin: 0 0 5px; color: #ddd; }
.plrm-fe-callbox-email a { font-size: 16px; color: #f4b400; text-decoration: none; font-weight: 500; transition: color .3s; }
.plrm-fe-callbox-email a:hover { color: #fff; }

@media (max-width: 600px) {
    .plrm-fe-callbox { padding: 20px 10px; }
    .plrm-fe-callbox-head { font-size: 16px; }
    .plrm-fe-callbox-item { font-size: 14px; padding: 10px 15px; }
    .plrm-fe-callbox-email a { font-size: 14px; }
}
