.vms-sheet {
  color: #333;
  max-width: 900px;
  margin: 2rem auto;
  background: #f9f9fb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.vms-header {
  padding: 1.5rem 2rem;
  position: relative;
}

h2 {
  margin: 0;
  font-size: 2rem;
}

h4 {
  margin: 0.5rem 0;
  font-size: 1.2rem;
}

.vms-header h2 {
  margin: 0;
  font-size: 1.8rem;
  color: #444;
}

.vms-header p {
  margin: 0.3rem 0 0;
  color: #777;
}

.vms-kpi-bubble {
  position: absolute;
  z-index: 999;
  top: 1rem;
  right: 1rem;
  background: #d8232a;
  color: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.vms-kpi-bubble .smaller {
  font-size: 0.7rem;
}

.info-small {
  font-size: 0.7rem;
  color: #666;
}

#vms-overnights {
  font-size: 1.4rem;
}

.vms-hero {
  position: relative;
  height: 250px;
  overflow: hidden;
  max-width: 88%;
  margin-left: auto;
  border-radius: 15px 0 0 15px;
}

.vms-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vms-overlay {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  align-items: center;
  gap: 0.8rem;
  max-width: 65%;
}

.vms-flag {
  width: 75px !important;
  border-radius: 50%;
  height: 75px !important;
}

.vms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1rem;
  padding: 1.5rem;
}

.vms-card {
  background: #fff;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
}

.vms-card-title-sub
{
  color: #666;
  font-weight: normal;
  margin-top: -0.5rem;
  font-size: 0.6rem;
}

.vms-standalone-card {
    margin: 1.5rem 1.5rem 0;
}
.vms-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.1rem;
  color: #444;
}

.vms-card p {
  font-size: 0.9rem;
  color: #555;
}

.vms-satisfaction {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.95rem;
  color: #555;
}

.vms-satisfaction th,
.vms-satisfaction td {
  padding: 0.6rem 1rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  text-align: center;
}

.vms-satisfaction th {
  color: #333;
  font-weight: 600;
}

.vms-satisfaction tr:last-child td {
  border-bottom: none;
}

.vms-card-marketshare, .vms-card-globalshare {
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 1rem;
}


#vms-market-chart,
#vms-globalshare-chart {
    max-width: 40% !important;
    max-height: 160px !important;
}

.top-margin {
    margin-top: 1rem;
}

@media (max-width: 768px) {
  .vms-header {
    position: static;
  }

  .vms-kpi-bubble {
    position: static;
    margin: 1rem auto;
  }

  .vms-hero {
    position: static;
    max-width: 100%; 
    margin: 0;
    border-radius: 0;
  }

  .vms-overlay {
    position: static;
    margin: 1rem auto 0;  
    max-width: 90%;   
  }
}

.vms-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 20px;
  margin-top: 10px;
}

.vms-info-item {
  font-size: 14px;
  line-height: 1.4;
}

.vms-info-item b {
  color: #fff;
}
