/* ============================= Accentcolour============================= */

h3 {
  color: #c5559a; 
}
.rollup {
  border: 2px solid #822c61; 
}

.rollup h3 {
  color: #822c61;
}

h3.insiderollup {
  font-size: 1.3rem;
  color: #822c61;
  text-align: left;
  margin: 1rem;
}

.highlight {
  background-color: #822c61;
}

.results-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.figure-container {
  margin: 3rem 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  .figure-image.fixed-height {
    height: 300px !important;  
    padding: 15px;
  }

}

@media (max-width: 480px) {
  .figure-image.fixed-height {
    height: 250px !important;  
    padding: 10px;
  }
}

.figure-image {
  width: auto !important;
  max-width: 600px !important;
  height: auto !important;
  border-radius: 8px !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important;
    background: transparent;
  padding: 0;
  box-shadow: 
    0 0 20px rgba(255, 105, 180, 0.4),     
    0 0 40px rgba(255, 105, 180, 0.3),     
    0 0 60px rgba(255, 105, 180, 0.2),     
    0 4px 12px rgba(0,0,0,0.15) !important; 
  
  transition: all 0.3s ease;
}

.figure-image.fixed-height {
  width: auto !important;
  height: 400px !important;  
  border-radius: 8px !important;
  margin: 0 auto !important;
  display: block !important;
  object-fit: contain !important; 
  background: white;
  padding: 20px;
  box-shadow: 
    0 0 20px rgba(255, 105, 180, 0.4),     
    0 0 40px rgba(255, 105, 180, 0.3),     
    0 0 60px rgba(255, 105, 180, 0.2),    
    0 4px 12px rgba(0,0,0,0.15) !important;
  transition: all 0.3s ease;
}
.figure-image:hover {
  box-shadow: 
    0 0 30px rgba(255, 105, 180, 0.6),     
    0 0 60px rgba(255, 105, 180, 0.4),     
    0 0 90px rgba(255, 105, 180, 0.3),     
    0 8px 16px rgba(0,0,0,0.2) !important;
  
  transform: scale(1.02);
}

.figure-title {
  font-size: 1.3rem;
  font-weight: 500;
  color: #ffffff !important;
  margin: 1.5rem 0 1rem 0;
  text-align: center !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  background-color: #97366b;
}


.figure-caption {
  font-size: 0.95rem;
  color: #ffffff !important;
  line-height: 1.6;
  margin-top: 1rem;
  text-align: justify;
  font-style: italic;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.figure-description {
  font-size: 1rem;
  color: #ffffff !important;
  line-height: 1.7;
  margin-top: 1.5rem;
  text-align: justify;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.intro-text {
  font-size: 1.1rem;
  color: #ffffff !important;
  line-height: 1.8;
  margin-bottom: 2rem;
  text-align: justify;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}


/* Table header */
.deepsea-table thead {
  background: linear-gradient(90deg, #a81b72ff, rgba(82, 24, 59, 1));
  color: #ffffff;
}

.deepsea-table tbody tr:nth-child() {
  background-color: rgba(20, 0, 15, 0.15);

}
.deepsea-table tbody tr:nth-child(4) td,
.deepsea-table tbody tr:nth-child(8) td {
  border-bottom: 2px solid #a81b72ff;
}

.deepsea-table tbody tr:hover {
  background: none !important;
  box-shadow: none !important;
}

.deepsea-table td:nth-child(2) {
  text-align: left;
  font-family: monospace;
}

.deepsea-table td {
  color: #ffffff !important;
  padding: 0.5rem 1rem;
  text-align: left;
  
}

.deepsea-table .result_sample {
    background:rgba(58, 16, 42, 1) !important;
  color: #e058acff !important;
}


.deepsea-table td.condition,
.deepsea-table td.cas13,
.deepsea-table td.gfp,
.deepsea-table td.pgk1 {
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: 400;   /* normal weight */
  font-size: 16px;    /* base size */
  color: #ffffff;     /* text color */
}
