.lbnr-card > .panel-heading,
.lbnr-card > .panel-footer {
  display: none !important;
}
.lbnr-card .panel-body {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}
.lbnr-body {
  display: block;
  position: relative;
  border: 1px solid var(--border-color-light);
  background: var(--background-7);
  padding: 0;
  border-radius: 8px;
}
.lbnr-body.lbnr--white {
  background: #ffffff;
  color: #0b1736;
}
.lbnr-body.lbnr--dark {
  background: linear-gradient(0deg, #252525 0%, #3d3d3d 100%);
  color: #ffffff;
}
.lbnr-row {
  display: flex;
  position: relative;
  min-height: 120px;
}
.lbnr-decor {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 30%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  opacity: 0.2;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  overflow: hidden;
  z-index: 0;
  filter: contrast(0);
}
.lbnr-decor svg,
.lbnr-decor img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.lbnr-icon {
  font-size: 28px;
  line-height: 1;
  opacity: 0.95;
}
.lbnr-content {
  width: 100%;
  display: inline-block;
  padding: 25px;
  position: relative;
  z-index: 1;
  box-shadow:
    0px 0px 1px rgba(0, 0, 0, 0.1),
    0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.lbnr-title {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 15px;
}
.lbnr-subtitle {
  font-size: 0.95rem;
  color: #595e69;
}
.lbnr--dark .lbnr-subtitle {
  color: #f9f8f8;
}
.lbnr-actions {
  display: inline-block;
  margin-top: 25px;
  width: 100%;
}

.lbnr-card.lbnr-card--floating {
  position: sticky;
  top: 24px;
  z-index: 3;
}
.lbnr-dismiss {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: 0;
  color: #889;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.lbnr-dismiss:hover {
  color: #556;
}

/* 
 * Bootstrap Grid Integration:
 * - Half-width banners: Template wraps in <div class="col-md-6"> (default)
 * - Full-width banners: Template wraps in <div class="col-md-12"> (when colspan extra is set)
 * - All banners are within the existing <div class="client-home-panels row"> container
 * - This CSS does not interfere with Bootstrap's grid system
 */
