.lmb-board-wrap {
  max-width: 1180px;
  margin: 24px auto;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #000;
  line-height: 1.45;
}

.lmb-board-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 18px;
  align-items: start;
}

.lmb-sidebar {
  position: sticky;
  top: 24px;
}

.lmb-state-box,
.lmb-tableborder,
.lmb-form-card {
  border: 1px solid #9eb4cf;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.lmb-state-box__title,
.lmb-maintitle,
.lmb-titlemedium {
  background: linear-gradient(180deg, #78a4df 0%, #5c86c5 52%, #355d93 100%);
  color: #fff;
  font-weight: 700;
}

.lmb-state-box__title,
.lmb-maintitle {
  padding: 10px 12px;
  font-size: 13px;
  margin-bottom: 10px;
}

.lmb-titlemedium {
  padding: 9px 12px;
  font-size: 12px;
}

.lmb-board-brand {
  font-weight: 700;
}

.lmb-board-sep {
  margin: 0 8px;
  opacity: 0.8;
}

.lmb-board-list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}
.lmb-board-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-bottom: 1px solid #e6edf7;
  padding: 0;
}
.lmb-board-list li.is-active {
  background: #eef4fb;
}
.lmb-board-list li.is-active a {
  color: #b10000;
  font-weight: 700;
}
.lmb-board-list a {
  flex: 1;
  display: block;
  padding: 8px 12px;
  color: #a50000;
  text-decoration: underline;
}
.lmb-board-list a:hover {
  background: #f7fbff;
  color: #7a0000;
}
.lmb-board-list span {
  min-width: 24px;
  text-align: right;
  color: #5a6d85;
  padding-right: 12px;
  font-size: 10px;
}

.lmb-board-table,
.lmb-post-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.lmb-board-table th,
.lmb-board-table td {
  border: 1px solid #9eb4cf;
  padding: 9px 10px;
  vertical-align: top;
}
.lmb-board-table thead th {
  background: #d7e3f3;
  color: #2d4463;
  font-weight: 700;
}
.lmb-board-table tbody tr:nth-child(odd) {
  background: #f4f8fd;
}
.lmb-board-table tbody tr:nth-child(even) {
  background: #e7eff9;
}

.lmb-col-forum {
  width: 62%;
}

.lmb-col-topics {
  width: 10%;
  text-align: center;
}

.lmb-col-replies {
  width: 10%;
  text-align: center;
}

.lmb-col-last {
  width: 18%;
}

.lmb-topic-row td:nth-child(2),
.lmb-topic-row td:nth-child(3) {
  text-align: center;
}

.lmb-topic-title-link {
  color: #1d3657;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
}
.lmb-topic-title-link:hover {
  color: #0e2440;
}

.lmb-topic-meta {
  margin-top: 4px;
  color: #546579;
  font-size: 12px;
}

.lmb-topic-dot {
  margin: 0 6px;
}

.lmb-last-action {
  color: #314764;
  font-size: 10px;
}

.lmb-no-results {
  text-align: center;
  padding: 18px !important;
  color: #55687d;
}

.lmb-breadcrumbs {
  margin-bottom: 12px;
  font-size: 12px;
  color: #233548;
}
.lmb-breadcrumbs a {
  color: #8b0000;
  text-decoration: underline;
}
.lmb-breadcrumbs span {
  margin: 0 6px;
  color: #8796a8;
}

.lmb-top-actions,
.lmb-button-row,
.lmb-inline-admin {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.lmb-top-actions {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.lmb-button {
  display: inline-block;
  background: linear-gradient(180deg, #6f99d3 0%, #4e78b4 55%, #355d93 100%);
  border: 1px solid #274977;
  color: #fff;
  text-decoration: none;
  padding: 7px 12px;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s ease;
}
.lmb-button:hover {
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(53, 93, 147, 0.25);
}

.lmb-button-secondary {
  background: linear-gradient(180deg, #f8fbff 0%, #dfe9f6 100%);
  color: #274977;
  border-color: #9fb6d2;
}
.lmb-button-secondary:hover {
  color: #1d3d67;
}

.lmb-button-danger {
  background: linear-gradient(180deg, #da6767 0%, #b54343 100%);
  border-color: #8f2f2f;
}

.lmb-notice,
.lmb-error {
  padding: 12px 14px;
  margin-bottom: 14px;
  border-left: 4px solid;
}

.lmb-notice {
  background: #edf8ef;
  border-left-color: #2f7d32;
}

.lmb-error {
  background: #fdeceb;
  border-left-color: #c22b2b;
}

.lmb-form-card {
  margin-top: 18px;
}

.lmb-form {
  padding: 14px;
}

.lmb-form-row {
  margin-bottom: 14px;
}
.lmb-form-row label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #274977;
}
.lmb-form-row input[type=text],
.lmb-form-row input[type=email],
.lmb-form-row textarea,
.lmb-form-row select {
  width: 100%;
  border: 1px solid #b8cae1;
  background: #fff;
  padding: 10px 11px;
  box-sizing: border-box;
  font-size: 12px;
}
.lmb-form-row input[type=text]:focus,
.lmb-form-row input[type=email]:focus,
.lmb-form-row textarea:focus,
.lmb-form-row select:focus {
  border-color: #6f99d3;
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 153, 211, 0.15);
}
.lmb-form-row textarea {
  resize: vertical;
  min-height: 140px;
}

.lmb-post-table .lmb-row4 {
  background: #d7e3f3;
}
.lmb-post-table .lmb-post2 {
  background: #f8fbff;
}
.lmb-post-table .lmb-darkrow3 {
  background: #d7e3f3;
  height: 40px;
}

.lmb-author-cell {
  width: 20%;
  min-width: 160px;
}

.lmb-normalname {
  font-size: 12px;
  font-weight: 700;
  color: #112a47;
}

.lmb-postdetails {
  font-size: 10px;
  color: #46576b;
}

.lmb-postcolor {
  font-size: 12px;
  line-height: 1.7;
  color: #203243;
}

.lmb-admin-box {
  padding: 14px;
  background: #fbfdff;
  border-top: 1px solid #d6e2f0;
}
.lmb-admin-box h3 {
  margin: 0 0 12px;
  font-size: 14px;
  color: #26466f;
}

.lmb-replies-heading {
  margin: 18px 0 10px;
  font-size: 16px;
  color: #274977;
  margin: 16px 0 8px;
}

.lmb-reply-box {
  margin-bottom: 12px;
}

.lmb-pagination {
  margin: 14px 0 0;
  margin: 12px 0 18px;
}
.lmb-pagination ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.lmb-pagination a {
  display: inline-block;
  min-width: 34px;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #b2c5dc;
  background: #fff;
  color: #24446e;
  text-decoration: none;
  font-size: 11px;
}
.lmb-pagination a:hover {
  background: #edf4fb;
}
.lmb-pagination a.is-active {
  background: #5c86c5;
  border-color: #355d93;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .lmb-board-layout {
    grid-template-columns: 1fr;
  }
  .lmb-sidebar {
    position: static;
  }
}
@media (max-width: 767px) {
  .lmb-board-wrap {
    margin: 14px auto;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.55;
  }
  .lmb-maintitle,
  .lmb-titlemedium,
  .lmb-state-box__title {
    font-size: 14px;
    padding: 12px 14px;
  }
  .lmb-breadcrumbs {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 10px;
    word-break: break-word;
  }
  .lmb-top-actions,
  .lmb-button-row,
  .lmb-inline-admin {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .lmb-button,
  .lmb-button-secondary,
  .lmb-button-danger {
    width: 100% !important;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 12px;
  }
  .lmb-tableborder,
  .lmb-form-card,
  .lmb-state-box {
    box-shadow: none;
    border-radius: 0;
  }
  /* =========================
     BOARD TABLES -> CARD UI
     ========================= */
  .lmb-board-table,
  .lmb-board-table thead,
  .lmb-board-table tbody,
  .lmb-board-table tr,
  .lmb-board-table th,
  .lmb-board-table td {
    display: block;
    width: 100%;
  }
  .lmb-board-table {
    border: 0;
    background: transparent;
  }
  .lmb-board-table thead {
    display: none;
  }
  .lmb-board-table tbody {
    display: block;
  }
  .lmb-board-table tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #9eb4cf;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }
  .lmb-board-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    border-bottom: 1px solid #d7e3f3;
    padding: 10px 12px;
    text-align: left !important;
  }
  .lmb-board-table td:last-child {
    border-bottom: 0;
  }
  .lmb-board-table td:first-child {
    background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
    padding-bottom: 12px;
  }
  .lmb-topic-title-link {
    display: inline-block;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 6px;
  }
  .lmb-topic-meta {
    font-size: 11px;
    line-height: 1.6;
    color: #51657d;
  }
  .lmb-topic-dot {
    margin: 0 5px;
  }
  .lmb-board-table td:nth-child(2),
  .lmb-board-table td:nth-child(3),
  .lmb-board-table td:nth-child(4) {
    position: relative;
    padding-left: 108px;
    min-height: 40px;
    display: flex;
    align-items: center;
    text-align: left !important;
  }
  .lmb-board-table td:nth-child(2)::before,
  .lmb-board-table td:nth-child(3)::before,
  .lmb-board-table td:nth-child(4)::before {
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 11px;
    font-weight: 700;
    color: #274977;
    text-transform: uppercase;
    letter-spacing: 0.03em;
  }
  .lmb-board-table td:nth-child(2)::before {
    content: "Topics";
  }
  .lmb-board-table td:nth-child(3)::before {
    content: "Replies";
  }
  .lmb-board-table td:nth-child(4)::before {
    content: "Last Action";
  }
  .lmb-last-action {
    font-size: 11px;
    line-height: 1.5;
    word-break: break-word;
  }
  .lmb-no-results {
    padding: 16px !important;
    font-size: 12px;
  }
  /* =========================
     TOPIC DETAIL / REPLY POSTS
     ========================= */
  .lmb-post-table,
  .lmb-post-table tbody,
  .lmb-post-table tr,
  .lmb-post-table td {
    display: block;
    width: 100%;
  }
  .lmb-post-table {
    border-collapse: collapse;
  }
  .lmb-post-table tr {
    border-bottom: 1px solid #9eb4cf;
  }
  .lmb-post-table td {
    box-sizing: border-box;
    border-left: 0 !important;
    border-right: 0 !important;
    padding: 10px 12px;
  }
  .lmb-author-cell {
    width: 100%;
    min-width: 0;
  }
  .lmb-normalname {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
  }
  .lmb-postdetails {
    font-size: 11px;
    line-height: 1.5;
    word-break: break-word;
  }
  .lmb-postcolor {
    font-size: 13px;
    line-height: 1.7;
    word-break: break-word;
  }
  /* hide the empty spacer cell on mobile */
  .lmb-post2.lmb-author-cell {
    display: none !important;
  }
  /* make content span cleanly on mobile */
  .lmb-post2:not(.lmb-author-cell) {
    display: block;
    width: 100% !important;
    border-top: 0;
  }
  /* remove empty blue separator bar */
  .lmb-darkrow3 {
    display: none;
  }
  .lmb-replies-heading {
    font-size: 18px;
    margin: 16px 0 10px;
  }
  /* =========================
     FORMS
     ========================= */
  .lmb-form-card {
    margin-top: 14px;
  }
  .lmb-form {
    padding: 12px;
  }
  .lmb-form-row {
    margin-bottom: 12px;
  }
  .lmb-form-row label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .lmb-form-row input[type=text],
  .lmb-form-row input[type=email],
  .lmb-form-row textarea,
  .lmb-form-row select {
    font-size: 16px;
    padding: 10px 12px;
  }
  .lmb-form-row textarea {
    min-height: 180px;
  }
  /* =========================
     PAGINATION
     ========================= */
  .lmb-pagination {
    margin: 12px 0 16px;
  }
  .lmb-pagination ul {
    justify-content: center;
    gap: 8px;
  }
  .lmb-pagination a {
    min-width: 40px;
    padding: 8px 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .lmb-board-wrap {
    padding: 0 8px;
  }
  .lmb-topic-title-link {
    font-size: 18px;
  }
  .lmb-board-table td:nth-child(2),
  .lmb-board-table td:nth-child(3),
  .lmb-board-table td:nth-child(4) {
    padding-left: 92px;
  }
  .lmb-board-table td:nth-child(2)::before,
  .lmb-board-table td:nth-child(3)::before,
  .lmb-board-table td:nth-child(4)::before {
    font-size: 10px;
  }
  .lmb-button,
  .lmb-button-secondary,
  .lmb-button-danger {
    font-size: 12px;
    padding: 10px;
  }
  .lmb-postcolor {
    font-size: 12px;
  }
}
/* ===== EDIT BUTTON (SOFT BLUE) ===== */
.lmb-button-secondary {
  background: linear-gradient(135deg, #e8f0ff, #c7dbff);
  color: #1f3f75;
  border: 1px solid #9bbcf3;
  font-weight: 600;
  transition: all 0.25s ease;
}
.lmb-button-secondary:hover {
  background: linear-gradient(135deg, #d4e4ff, #a9c8ff);
  color: #102f5c;
  box-shadow: 0 4px 12px rgba(80, 130, 220, 0.25);
  transform: translateY(-1px);
}

/* ===== DELETE BUTTON (MODERN RED) ===== */
.lmb-button-danger {
  background: #ffe5e5;
  color: #c62828;
  border: 1px solid #f5b5b5;
  font-weight: 600;
  transition: all 0.2s ease;
  line-height: 27px;
}
.lmb-button-danger:hover {
  background: #c62828;
  color: #fff;
  border-color: #c62828;
  box-shadow: 0 4px 10px rgba(198, 40, 40, 0.25);
  transform: translateY(-1px);
}

.lmb-button {
  background: linear-gradient(135deg, #4e7ecb, #2f5fa8);
  color: #fff !important;
  border: 1px solid #2a5496;
  font-weight: 400 !important;
  text-decoration: none !important;
  transition: all 0.25s ease;
}
.lmb-button:hover {
  background: linear-gradient(135deg, #3f6fbb, #244f90);
  box-shadow: 0 4px 12px rgba(47, 95, 168, 0.35);
  transform: translateY(-1px);
}

.lmb-empty-replies {
  text-align: center;
  padding: 40px 20px;
  background: #f7f9fc;
  border: 1px dashed #cfd8e3;
  border-radius: 8px;
  margin: 15px 0;
}
.lmb-empty-replies .lmb-empty-icon {
  font-size: 40px;
  margin-bottom: 10px;
  opacity: 0.6;
}
.lmb-empty-replies .lmb-empty-title {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 5px;
}
.lmb-empty-replies .lmb-empty-subtitle {
  font-size: 14px;
  color: #7f8c8d;
}/*# sourceMappingURL=style.css.map */