/* RANKINGS FILTER BY CLASS */
.rankings-class-filter {
	display: inline-block;
	list-style-type: none;
	margin: 20px auto;
	padding: 10px 20px;
	border-radius: 10px;
}

.rankings-class-filter li {
	display: inline-block;
	transition: all 0.3s ease;
	margin-bottom: 10px;
}

.rankings-class-filter li:hover {
	filter: grayscale(0%);
}

.rankings-class-filter-selection {
	display: inline-block;
	width: 75px;
	text-align: center;
	color: #000000;
	font-size: 11px;
	cursor: pointer;
}

.rankings-class-filter-selection:hover {
	color: #000000 !important;
}

.rankings-class-filter-selection:hover img {
	filter: brightness(120%);
}

.rankings-class-filter-selection img {
	width: 40px;
	height: auto;
	border-radius: 50%;
	margin-bottom: 5px;
	transition: all 0.3s ease;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

.rankings-class-filter-grayscale {
	filter: grayscale(100%);
}

.rankings-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.rankings-table td {
  word-break: break-word;
  overflow-wrap: anywhere;
}

}

.rankings-class-image {
  width: 30px;
  height: auto;
  border-radius: 50%; /* или 50% если хочешь круг */
  overflow: hidden;   /* иногда помогает, если картинка внутри контейнера */
  border-top-left-radius: 20px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 5px;

}


.rankings-table tr td {
	border-bottom: 1px solid #e3e3e3;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle !important;
	text-align: center;
}

.rankings-table-place {
	color: #666;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

.rankings-table tr:first-child td {	
	color: #fbd181;
	font-size: 18px;
	font-family: dinnextw1g;
	border-bottom: 2px solid #fbd181;
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #ccc;
	padding: 10px 0px;
}

.rankings_menu {
  width: 100%;
  max-width: 100%;
  overflow: hidden; /* вместо auto */
  box-sizing: border-box;
  text-align: center;
}


.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 10px 0px;
	color: #ccc;
	font-size: 24px;
}

.rankings_menu a {
	display: inline-block;
	width: 150px;
	border: 1px solid #cb9a56;
	text-align: center;
	padding: 2px 0px;
	margin: 2px;
	background: #ba8e50!important;
	border-radius: 2px;
	color: #fff;
}

.rankings_menu a.active {
	color: #333;
	border-color: #333;
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.rankings-gens-img {
	width: auto !important;
	height: 30px !important;
	border: 0 !important;
	box-shadow: 0 0 0px #000 !important;
	border-radius: 0px !important;
}

@media (max-width: 768px) {
  /* скрываем: Страна (2), Класс (3), Локация (7) */
  .rankings-table th:nth-child(2),
  .rankings-table td:nth-child(2),
  .rankings-table th:nth-child(3),
  .rankings-table td:nth-child(3),
  .rankings-table th:nth-child(7),
  .rankings-table td:nth-child(7) {
    display: none;
  }

  /* чуть компактнее на мобиле */
  .rankings-table tr td {
    padding: 8px 6px;
    font-size: 14px;
  }
}



/* BOOTSTRAP */
.row {
	height: 440px;
	margin-right: -15px;
	margin-left: -15px;
}

.row2 {
	height: 440px;
	margin-right: -15px;
	margin-left: -15px;
}

.text-center {
	text-align: center;
}

.col-xs-3 {
	width: 25%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-4 {
	width: 33.33333333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* NEWS MODULE */
.panel-news {
	margin-bottom: 30px;
	color: #333;
	border: 0px;
	border-radius: 0px;
	box-shadow: 0 0 0px #e3e3e3;
}

.panel-news .panel-heading {
	padding-top: 10px;
	padding-bottom: 10px;
}

.panel-news .panel-title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
}

.panel-news .panel-body {
	padding: 10px;
	color: #ffffff;
}

.panel-news .panel-footer {
	border-top: 2px solid #e7e7e7;
	font-style: italic;
	font-size: 12px;
	height: 40px;
	color: #fbd181;
}

/* PAYPAL */
.paypal-gateway-container {
	width: 100%;
}

.paypal-gateway-content {
	background: #fef2da;
	border: 3px solid #f79433;
	padding: 15px;
	overflow: auto;
	border-radius: 5px;
	font-weight: bold;
}

.paypal-gateway-logo {
	width: 100%;
	height: 100px;
	background: #fff9ec url('../img/paypal-logo-200-68.png') no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	border-radius: 5px;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #000;
	font-size: 18px;
	padding: 10px 0px;
}

.paypal-gateway-form {
	width: 100%;
	margin: 20px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #000;
	font-size: 24px;
}

.paypal-gateway-form input[type=text] {
	width: 120px;
	font-size: 24px;
	border: 3px solid #f79433;
	border-radius: 5px;
	color: #f79433;
}

.paypal-gateway-continue {
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: url('../img/paypal-submit.jpg') no-repeat;
	width: 200px;
	height: 40px;
	border: 0px;
}

/* LANGUAGE SELECTOR */
.language-selector {
	position: relative;
	display: inline-block;
	margin-left: 30px;   /* подвинет вправо от соседнего элемента */
}

.language-btn {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 3px solid rgba(142, 148, 163, 0.4);
	border-radius: 8px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.language-btn:hover {
	background: rgba(255, 255, 255, 0.1);
	border-color: rgba(255, 255, 255, 0.3);
	transform: translateY(-1px);
}

.current-flag {
	width: 20px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
}

.current-lang {
	font-weight: 600;
	letter-spacing: 0.5px;
}

.arrow-down {
	transition: transform 0.3s ease;
}

.language-selector.active .arrow-down {
	transform: rotate(180deg);
}

.language-dropdown {
	position: absolute;
	top: calc(100% + 8px);
	left: 0;
	min-width: 200px;
	background: rgba(30, 35, 50, 0.98);
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	padding: 8px 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.language-selector.active .language-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.language-dropdown li {
	margin: 0;
	padding: 0;
}

.language-dropdown a {
	display: flex;
	align-items: center;
	gap: 19px;
	padding: 11px 21px;
	color: #fbd181;
	text-decoration: none;
	transition: all 0.2s ease;
	font-size: 14px;
}

.language-dropdown a:hover {
	background: rgba(255, 255, 255, 0.1);
}

.language-dropdown a img {
	width: 20px;
	height: 15px;
	object-fit: cover;
	border-radius: 2px;
}

.language-dropdown a.active {
	background: rgba(255, 255, 255, 0.15);
	font-weight: 600;
}





/* USER CONTROL PANEL MENU (CUSTOM) */
.topPanel-right {
	position: relative;
}

.topPanel-right .user-enter.main-item {
	position: relative;
	cursor: pointer;
	user-select: none;
}

.usercp-menu-custom {
	position: absolute;
	top: calc(100% + 10px);
	left: 60%;
	transform: translateX(-50%) translateY(-20px);
	min-width: 280px;
	background: linear-gradient(135deg, #0f172aeb 0%, #201e2cb8 100%);
	border: 2px solid #334155;
	border-radius: 8px;
	padding: 12px 0;
	list-style: none;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
	z-index: 9999;
	pointer-events: none;
}

.usercp-menu-custom.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	pointer-events: auto;
}

.usercp-menu-custom li {
	margin: 0;
	padding: 0;
}

.usercp-menu-custom li a {
	display: flex;
	align-items: center;
	padding: 14px 20px;
	color: #e2e8f0;
	text-decoration: none;
	transition: all 0.25s ease;
	font-weight: 500;
	font-size: 15px;
	border-left: 4px solid transparent;
	background: transparent !important;
}

.usercp-menu-custom li a:hover {
	transform: translateX(5px);
}

/* COLOR CLASSES */
.menu-gold a {
	border-left-color: #fbbf24;
	color: #fbbf24;
}
.menu-gold a:hover {
	background: linear-gradient(90deg, rgba(251, 191, 36, 0.1) 0%, transparent 100%) !important;
}

.menu-green a {
	border-left-color: #10b981;
	color: #10b981;
}
.menu-green a:hover {
	background: linear-gradient(90deg, rgba(16, 185, 129, 0.1) 0%, transparent 100%) !important;
}

.menu-purple a {
	border-left-color: #8b5cf6;
	color: #a78bfa;
}
.menu-purple a:hover {
	background: linear-gradient(90deg, rgba(139, 92, 246, 0.1) 0%, transparent 100%) !important;
}

.menu-blue a {
	border-left-color: #3b82f6;
	color: #60a5fa;
}
.menu-blue a:hover {
	background: linear-gradient(90deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%) !important;
}

.menu-cyan a {
	border-left-color: #06b6d4;
	color: #22d3ee;
}
.menu-cyan a:hover {
	background: linear-gradient(90deg, rgba(6, 182, 212, 0.1) 0%, transparent 100%) !important;
}

.menu-orange a {
	border-left-color: #f97316;
	color: #fb923c;
}
.menu-orange a:hover {
	background: linear-gradient(90deg, rgba(249, 115, 22, 0.1) 0%, transparent 100%) !important;
}

.menu-red a {
	border-left-color: #ef4444;
	color: #f87171;
}
.menu-red a:hover {
	background: linear-gradient(90deg, rgba(239, 68, 68, 0.1) 0%, transparent 100%) !important;
}

.menu-gray a {
	border-left-color: #64748b;
	color: #94a3b8;
}
.menu-gray a:hover {
	background: linear-gradient(90deg, rgba(100, 116, 139, 0.1) 0%, transparent 100%) !important;
}

.menu-pink a {
	border-left-color: #ec4899;
	color: #f9a8d4;
}
.menu-pink a:hover {
	background: linear-gradient(90deg, rgba(236, 72, 153, 0.1) 0%, transparent 100%) !important;
}

.menu-lime a {
	border-left-color: #84cc16;
	color: #a3e635;
}
.menu-lime a:hover {
	background: linear-gradient(90deg, rgba(132, 204, 22, 0.1) 0%, transparent 100%) !important;
}

/* SEPARATOR */
.menu-separator {
	height: 1px;
	background: linear-gradient(90deg, 
		transparent 0%, 
		rgba(100, 116, 139, 0.2) 20%, 
		rgba(100, 116, 139, 0.3) 50%, 
		rgba(100, 116, 139, 0.2) 80%, 
		transparent 100%
	);
	margin: 8px 20px;
}

/* ANIMATION */
.usercp-menu-custom.active li {
	animation: dropDown 0.4s ease forwards;
	opacity: 0;
}

.usercp-menu-custom.active li:nth-child(1) { animation-delay: 0.05s; }
.usercp-menu-custom.active li:nth-child(2) { animation-delay: 0.1s; }
.usercp-menu-custom.active li:nth-child(3) { animation-delay: 0.15s; }
.usercp-menu-custom.active li:nth-child(4) { animation-delay: 0.2s; }
.usercp-menu-custom.active li:nth-child(5) { animation-delay: 0.25s; }
.usercp-menu-custom.active li:nth-child(6) { animation-delay: 0.3s; }
.usercp-menu-custom.active li:nth-child(7) { animation-delay: 0.35s; }
.usercp-menu-custom.active li:nth-child(8) { animation-delay: 0.4s; }

@keyframes dropDown {
	from {
		opacity: 0;
		transform: translateY(-15px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.usercp-menu-custom {
		min-width: 240px;
		left: auto;
		right: 0;
		transform: translateY(-20px);
	}
	
	.usercp-menu-custom.active {
		transform: translateY(0);
	}
	
	.usercp-menu-custom li a {
		padding: 12px 16px;
		font-size: 16px;
		gap: 12px;
	}
}

.credits-amount {
    color: #FFFF00;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(255, 255, 0, 0.5);
}

/* Строка баланса: слева текст, справа число+монетка */
.usercp-menu-custom .balance-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding:10px 12px;
  text-decoration:none;
}

.usercp-menu-custom .balance-title{
  color:#ffd34a;            /* желтый как на примере */
  font-weight:600;
}

.usercp-menu-custom .balance-right{
  display:flex;
  align-items:center;
  gap:8px;
}

.usercp-menu-custom .balance-value{
  color:#ffffff;
  font-weight:700;
  min-width:24px;
  text-align:right;
}

.usercp-menu-custom .balance-coin{
  width:16px;
  height:16px;
  display:block;
}

.usercp-menu-custom li.has-submenu {
  position: relative;
}

.usercp-menu-custom .submenu {
  display: none;
  position: absolute;
  top: 0;
  min-width: 220px;
  z-index: 9999;
}

.usercp-menu-custom li.has-submenu:hover > .submenu,
.usercp-menu-custom li.has-submenu:focus-within > .submenu {
  display: block;
}

/* вылет влево без щели */
.usercp-menu-custom .submenu-left {
  right: 100%;
  left: auto;
}

/* "мостик" между li и submenu, чтобы hover не слетал */
.usercp-menu-custom li.has-submenu > .submenu-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;      /* мостик на стороне, где курсор "перелетает" */
  width: 12px;
  height: 100%;
}


/* (опционально) базовый вид подменю */
.usercp-menu-custom .submenu {
  background: #303f558a;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
  padding: 6px 0;
}

.usercp-menu-custom .submenu li a {
  display: block;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

/* Общий контейнер новостей */
.home-news-block {
  /* чтобы фон/рамка выглядели цельно */
  padding: 12px;
  border-radius: 8px;
}

/* VIP pill in topPanel-right (reuses user-enter button look) */
.vip-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 8px;
  border-radius:8px;
  text-decoration:none;
  line-height:1;
}

.vip-pill__tag{
  padding:3px 8px;
  border-radius:999px;
  font-weight:800;
  font-size:11px;
  background:rgba(255,255,255,.12);
}

.vip-pill__name{
  font-weight:700;
  font-size:12px;
  opacity:.95;
}

.vip-pill__time{
  padding:3px 8px;
  border-radius:999px;
  font-weight:800;
  font-size:11px;
  background:rgba(255,255,255,.10);
  opacity:.95;
}

.vip-pill--off{
  opacity:.85;
}

/* colors per type */
.vip-type-1{ box-shadow:0 0 0 1px rgba(205,127,50,.25) inset; }
.vip-type-1 .vip-pill__tag{ background:rgba(205,127,50,.22); }

.vip-type-2{ box-shadow:0 0 0 1px rgba(192,192,192,.25) inset; }
.vip-type-2 .vip-pill__tag{ background:rgba(192,192,192,.20); }

.vip-type-3{ box-shadow:0 0 0 1px rgba(255,215,0,.25) inset; }
.vip-type-3 .vip-pill__tag{ background:rgba(255,215,0,.18); }

.vip-type-4{ box-shadow:0 0 0 1px rgba(155,89,182,.30) inset; }
.vip-type-4 .vip-pill__tag{ background:rgba(155,89,182,.22); }


/* Сжать расстояние между "Мой аккаунт" и VIP-плашкой */
.topPanel-right{
  display: flex;
  align-items: center;
  justify-content: flex-end; /* чтобы держались вместе справа */
  gap: 10px;                /* расстояние между кнопками */
}


/* VIP expiring (<= 24h) */
.vip-expiring{
  box-shadow: 0 0 0 1px rgba(255, 180, 0, .45) inset, 0 0 18px rgba(255, 180, 0, .18);
}

.vip-expiring .vip-pill__tag,
.vip-expiring .vip-pill__time{
  background: rgba(255, 180, 0, .20);
}

/* VIP expiring soon (<= 1h) */
.vip-expiring--soon{
  box-shadow: 0 0 0 1px rgba(255, 70, 70, .55) inset, 0 0 22px rgba(255, 70, 70, .22);
}

.vip-expiring--soon .vip-pill__tag,
.vip-expiring--soon .vip-pill__time{
  background: rgba(255, 70, 70, .22);
}

/* VIP expired (0) — если вдруг хочешь показывать */
.vip-expired{
  opacity: .75;
  filter: grayscale(.15);
  box-shadow: 0 0 0 1px rgba(160, 160, 160, .35) inset;
}



/* 1) Узкая колонка "Place" (цифры) */
.rankings-table th:nth-child(1),
.rankings-table td:nth-child(1) {
  width: 50px;            /* подбери 40-60 */
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}

.rankings-table td:nth-child(1) .rankings-table-place {
  font-size: 16px;        /* было 24px */
  line-height: 1;
}

/* 2) Узкая колонка "Country" (флаг) */
.rankings-table th:nth-child(2),
.rankings-table td:nth-child(2) {
  width: 70px;            /* подбери 48-70 */
  padding-left: 6px;
  padding-right: 6px;
  white-space: nowrap;
}

/* Флаг внутри колонки (любая картинка в 2-й колонке) */
.rankings-table td:nth-child(2) img {
  width: 22px;            /* подбери 18-26 */
  height: 16px;
  object-fit: cover;
  border-radius: 2px;
  display: inline-block;
}

/* 3) Чуть компактнее строки таблицы в целом (опционально) */
.rankings-table tr td {
  padding: 8px;           /* было 10px */
  font-size: 16px;        /* было 18px */
}

.rankings-table img.rankings-class-image{
  width: 46px;          /* по желанию */
  height: 46px;         /* сделаем квадрат — легче “круг” */
  object-fit: cover;
  border-radius: 8px !important;  /* или 50% для круга */
  display: block;
  margin: 0 auto;       /* чтобы по центру */
}



/* общий контейнер блока аккаунта (если есть обёртка — подставь свой класс) */
.my-account-wrap{
  background: rgba(18, 20, 30, .65);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 12px 40px rgba(0,0,0,.45);
  backdrop-filter: blur(10px);
}

/* таблица */
.my-account-wrap table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 12px;
}

/* строки */
.my-account-wrap td,
.my-account-wrap th{
  padding: 12px 14px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.82);
  font-size: 14px;
}

/* левый столбец */
.my-account-wrap td:first-child{
  width: 38%;
  color: rgba(255,255,255,.55);
  font-weight: 600;
}

/* правый столбец */
.my-account-wrap td:last-child{
  text-align: right;
  font-weight: 600;
}

/* зебра */
.my-account-wrap tr:nth-child(even) td{
  background: rgba(255,255,255,.02);
}

/* последняя строка без линии */
.my-account-wrap tr:last-child td{
  border-bottom: 0;
}


.my-account-wrap a.change-btn,
.my-account-wrap button.change-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid rgba(251, 209, 129, .45);
  background: linear-gradient(180deg, rgba(251,209,129,.22), rgba(251,209,129,.10));
  color: #fbd181;
  font-weight: 800;
  letter-spacing: .4px;
  text-decoration: none;
  transition: .2s ease;
}

.my-account-wrap a.change-btn:hover,
.my-account-wrap button.change-btn:hover{
  transform: translateY(-1px);
  border-color: rgba(251, 209, 129, .75);
  box-shadow: 0 10px 24px rgba(251, 209, 129, .12);
}


.my-characters{
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}

.character-card{
  position: relative;
  border-radius: 14px;
  padding: 12px;
  background: rgba(18, 20, 30, .55);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.40);
  backdrop-filter: blur(10px);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  text-align: center;
}

.character-card:hover{
  transform: translateY(-3px);
  border-color: rgba(251, 209, 129, .35);
  box-shadow: 0 16px 44px rgba(0,0,0,.55);
}

.character-card .char-name{
  font-weight: 900;
  color: #fbd181;
  margin-bottom: 8px;
}

.character-card .char-img{
  width: 72px;
  height: 72px;
  border-radius: 16px;     /* скругление иконки */
  object-fit: cover;
  display: block;
  margin: 0 auto 10px;
  box-shadow: 0 10px 22px rgba(0,0,0,.45);
}

.character-card .char-meta{
  color: rgba(255,255,255,.70);
  font-size: 13px;
  line-height: 1.35;
}

/* маленький статус-точка (online/offline) */
.character-card .status-dot{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #9ca3af; /* default */
  box-shadow: 0 0 0 3px rgba(0,0,0,.25);
}
.character-card.online .status-dot{ background: #10b981; }
.character-card.offline .status-dot{ background: #ef4444; }



/* =========================================================
   Profile Privacy (Plugin) – Theme styling (no Bootstrap)
   Requires wrapper: <div class="pp-wrap"> ... </div>
   ========================================================= */

.pp-wrap{
  color: rgba(255,255,255,.82);
}

/* Title */
.pp-wrap .page-title{
  margin: 0 0 10px;
}
.pp-wrap .page-title > span{
  display: inline-block;
  font-weight: 900;
  letter-spacing: .4px;
}

/* Panel */
.pp-wrap .panel{
  background: rgba(18, 20, 30, .70);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  box-shadow: 0 14px 45px rgba(0,0,0,.50);
  overflow: hidden;
  margin-top: 12px;
}
.pp-wrap .panel-heading{
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.08);
  padding: 14px 16px;
  font-weight: 900;
  color: rgba(255,255,255,.92);
}
.pp-wrap .panel-body{
  padding: 16px;
}

/* Layout: make it responsive without Bootstrap grid */
.pp-wrap .row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 0;
}
.pp-wrap .col-md-6{
  width: auto;
  padding: 0;
  margin: 0;
}
@media (max-width: 900px){
  .pp-wrap .row{ grid-template-columns: 1fr; }
}

/* Form */
.pp-wrap .form-group{
  margin-bottom: 14px;
}
.pp-wrap label{
  display: block;
  margin-bottom: 6px;
  font-weight: 800;
  color: rgba(255,255,255,.80);
}

.pp-wrap .form-control,
.pp-wrap select.form-control{
  width: 100%;
  background: rgba(10, 12, 18, .70);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.88);
  border-radius: 12px;
  padding: 10px 12px;
  outline: none;
  box-shadow: inset 0 0 0 9999px rgba(10, 12, 18, .25);
}
.pp-wrap .form-control:focus{
  border-color: rgba(251, 209, 129, .55);
  box-shadow: 0 0 0 3px rgba(251, 209, 129, .10);
}

/* Price/Duration blocks */
.pp-wrap .form-group > div > strong{
  display: inline-block;
  padding: 8px 10px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
}

/* Button (BUY) */
.pp-wrap .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.92);
  font-weight: 900;
  letter-spacing: .4px;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, border-color .15s ease;
}
.pp-wrap .btn:hover{
  transform: translateY(-1px);
  background: rgba(255,255,255,.10);
  box-shadow: 0 12px 28px rgba(0,0,0,.35);
}

/* Make primary match your gold accent */
.pp-wrap .btn.btn-primary{
  border-color: rgba(251, 209, 129, .55);
  color: #fbd181;
  background: linear-gradient(180deg, rgba(251, 209, 129, .18), rgba(251, 209, 129, .08));
}
.pp-wrap .btn.btn-primary:hover{
  border-color: rgba(251, 209, 129, .85);
  box-shadow: 0 14px 30px rgba(251, 209, 129, .10);
}

/* Status block */
.pp-wrap h4{
  margin: 0 0 10px;
  font-weight: 900;
  color: rgba(255,255,255,.90);
}

/* List group */
.pp-wrap .list-group{
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.02);
}
.pp-wrap .list-group-item{
  padding: 12px 12px;
  border-top: 1px solid rgba(255,255,255,.06);
  color: rgba(255,255,255,.80);
}
.pp-wrap .list-group-item:first-child{
  border-top: 0;
}
.pp-wrap .list-group-item strong{
  color: rgba(255,255,255,.92);
  font-weight: 900;
}

/* Labels */
.pp-wrap .label{
  display: inline-block;
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .3px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.86);
}
.pp-wrap .label.label-warning{
  border-color: rgba(251, 209, 129, .55);
  color: #fbd181;
  background: rgba(251, 209, 129, .12);
}
.pp-wrap .label.label-default{
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.04);
}
