.back img {
  padding-top: 5px;
  padding-left: 5px;
  width: 30px;
}

.container {
  padding: 15px;
  background-color: #00682d;
  font-family: "Times New Roman", serif;
}

.container h1 {
  text-align: left;
  margin: 10px auto;
  font-size: 22px;
}

.container p {
  text-align: left;
  margin: 10px auto;
  font-size: 15px;
}

h2 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  text-align: center;
  color: #ddd;
  margin-bottom: 20px;
}

table.onecol {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

table.onecol td {
  padding: 12px;
  position: relative;
  border: none;
}

table.onecol td::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(180deg, #3bac66, #03522c);
}

.row-text {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(180deg, #3bac66, #03522c);
  text-align: center;
}

.media-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.media-row .left_img img {
  width: 85%;
  height: auto;
  display: block;
  align-items: center;
}

.play-btn {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  background-color: #fee001;
  color: #00682d;
  white-space: nowrap;
}

.warrant-header {
  display: inline-block;
  padding: 20px;
  background-color: #03522c;
  color: white;
  font-family: "Times New Roman", serif;
}

.warrant-header img {
  float: right;
  width: 60px;
  height: auto;
}

.warrant-header h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}

.warrant-header p {
  margin: 10px 0;
  font-size: 13px;
  color: white;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}

.warrant-header a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

.hidden-text {
  display: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4em;
}

.warrant-title {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
  font-family: "Times New Roman", serif;
}

.warrant-card {
  width: 90%;
  border: 1px solid #555;
  border-radius: 8px;
  overflow: hidden;
  font-family: "Times New Roman", serif;
  text-align: center;
  background-color: #00682d;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin: 20px auto;
  color: #f0f0f0;
}

.arrow-icon {
  width: 25px;
  margin-left: 6px;
  vertical-align: middle;
}

.warrant-rank {
  background-color: #03522c;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #fee001;
}

.warrant-rank2 {
  background-color: #03522c;
  width: 25px;
  border-radius: 0 0 8px 0;
  padding: 8px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fee001;
}

.warrant-logo {
  margin: 10px 0;
}

.warrant-logo img {
  max-height: 40px;
}

.warrant-flag img {
  max-height: 20px;
  margin-bottom: 10px;
}

.warrant-bonus {
  font-weight: bold;
  color: #fee001;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin: 8px 0;
  padding: 0 12px;
}

.warrant-label {
  color: #ccc;
  font-size: 15px;
  margin-bottom: 10px;
}

.warrant-btn {
  background-color: #fee001;
  color: #000;
  padding: 8px 15px;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 10px;
}

.warrant-btn:hover {
  background-color: #fee001;
}

.warrant-stats {
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  font-size: 15px;
  border-top: 1px solid #03522c;
  color: #ddd;
}

.warrant-percent {
  color: #00ff00;
  font-weight: bold;
}

.warrant-container {
  position: relative;
}

.warrant-details {
  background-color: #03522c;
  padding: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #fee001;
  border-top: 1px solid #555;
  cursor: pointer;
}

.warrant-box {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 93%;
  padding: 15px;
  background-color: #03522c;
  border-top: 2px solid #fee001;
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  z-index: 10;
}

.drawer-title {
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  color: #fee001;
  text-transform: uppercase;
}

.icon-container img {
  width: 25px;
  margin: 10px 15px 10px 0;
  vertical-align: middle;
}

.green {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #1a7d1a;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 8px;
}

.drawer-item {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.drawer-item p {
  margin: 0;
}

.left {
  display: flex;
  margin: 5px 0;
}
