.wlcp-ticker span {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold;
}

.wlcp-price-list li,
.wlcp-tabs div {
    margin: 5px 0;
}

.wlcp-price-table {
    width: 100%;
    border-collapse: collapse;
}

.wlcp-price-table th, .wlcp-price-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.wlcp-ticker-wrap .wlcp-icon img {border-radius: 100px;}

.wlcp-ticker-item{
    margin: 10px 8px;
}

@keyframes wlcp-marquee {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
}

.wlcp-ticker-outer:hover .wlcp-ticker-wrap {
    animation-play-state: paused !important;
}

.wlcp-dark-mode {
    background: #1e1e1e;
    color: #ffffff;
}

/* Tabs Styling */

/* Wrapper */
.wlcp-tabs-wrapper {
  border-radius: 10px;
  padding: 14px;
}

/* Tabs */
.wlcp-tab-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.wlcp-tab-buttons button {
  flex: 1;
  padding: 8px 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 6px;
  background: #e2e8f0;
  transition: 0.3s;
}

.wlcp-dark-mode .wlcp-tab-buttons button {
  background: #1e293b;
  color: #fff;
}

.wlcp-tab-buttons button.active {
  background: #38bdf8;
  color: #020617;
}

/* Rows */
.wlcp-tabs-wrapper .wlcp-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #cbd5f5;
}

.wlcp-dark-mode .wlcp-row {
  border-color: #1e293b;
}

.wlcp-tabs-wrapper .wlcp-row strong {
  font-weight: 600;
}
