label, .form-label, .field-label {
  color: #ffffff !important;
  font-weight: 500 !important;
}

.form-control-label, .control-label, .input-label {
  color: #ffffff !important;
}

.tags-text, .all-tags-text {
  color: #e0e0e0 !important;
}

.field_with_errors label {
  color: #ffffff !important;
}

.simple_form label {
  color: #ffffff !important;
}

input[type=checkbox] + label,
input[type=radio] + label {
  color: #ffffff !important;
}

.form-group label {
  color: #ffffff !important;
}

.text-muted, .help-text, .form-text {
  color: #b0b0b0 !important;
}

.fire-retardant-text,
label:contains("fire retardant"),
label:contains("Fire retardant"),
label:contains("FIRE RETARDANT") {
  background: linear-gradient(45deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  font-weight: bold !important;
}

label[for*=fire],
label[for*=retardant],
.fire-label {
  background: linear-gradient(45deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  font-weight: bold !important;
}

label:contains("for fire retardant plants"),
label:contains("For fire retardant plants"),
label:contains("FOR FIRE RETARDANT PLANTS"),
.fire-retardant-plants-label {
  background: linear-gradient(45deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  font-weight: bold !important;
}

.plant_label .retard,
.plant_label .retard *,
.plant_label .fire-fourth,
.plant_label .fire-heading {
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
  color: #ffcc00 !important; /* Bright yellow for better visibility */
}

.plant_label .fire-heading {
  font-weight: bold !important; /* Make 'fire' text bold */
  padding: 0 !important; /* Remove all padding */
}

.plant_label .retard span:nth-child(odd) span:nth-child(3n+1) {
  color: #ff6b35 !important;
} /* Orange */
.plant_label .retard span:nth-child(odd) span:nth-child(3n+2) {
  color: #ffd700 !important;
} /* Gold */
.plant_label .retard span:nth-child(odd) span:nth-child(3n+3) {
  color: #ff4757 !important;
} /* Lighter Bright Red */
.plant_label .retard span:nth-child(even) span:nth-child(4n+1) {
  color: #ff9800 !important;
} /* Deep Orange */
.plant_label .retard span:nth-child(even) span:nth-child(4n+2) {
  color: #ffeb3b !important;
} /* Bright Yellow */
.plant_label .retard span:nth-child(even) span:nth-child(4n+3) {
  color: #ff6b6b !important;
} /* Lighter Red */
.plant_label .retard span:nth-child(even) span:nth-child(4n+4) {
  color: #ff5722 !important;
} /* Orange Red */
.plant_label .retard span span:nth-child(5n+1) {
  color: #ffc107 !important;
} /* Amber */
.plant_label .retard span span:nth-child(5n+2) {
  color: #ff6b9d !important;
} /* Lighter Pink Red */
.plant_label .retard span span:nth-child(5n+3) {
  color: #ff8a65 !important;
} /* Coral */
.plant_label .retard span span:nth-child(5n+4) {
  color: #ffd54f !important;
} /* Light Amber */
.plant_label .retard span span:nth-child(5n+5) {
  color: #ff6b6b !important;
} /* Lighter Red */
.labels-web {
  background: #18181b !important;
  color: #ffffff !important;
}
.labels-web .plant_label {
  background: #18181b !important;
  color: #ffffff !important;
}
.labels-web .plant_label .info {
  color: #ffffff !important;
}
.labels-web .plant_label .info .name {
  color: #ffffff !important;
}
.labels-web .plant_label .info .name span {
  color: #ffffff !important;
}
.labels-web .plant_label .info .details {
  color: #e0e0e0 !important;
}
.labels-web .plant_label .info .details span {
  color: #e0e0e0 !important;
}
.labels-web .plant_label .info .description_container {
  color: black;
}
.labels-web .plant_label .info .description_container .description {
  color: black !important;
}
.labels-web .plant_label .info .description_container .description .description_inner {
  color: black;
}
.labels-web .plant_label .info .description_container .description .description_inner div {
  color: black;
}

.labels-web + div {
  background: #18181b !important;
  color: #ffffff !important;
}
.labels-web + div h4 {
  color: #ffffff !important;
}
.labels-web + div div {
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5em !important;
}
.labels-web + div .availability-item {
  display: inline-block !important;
  margin-bottom: 0.5em !important;
  background: #2d2d30 !important;
  color: #ffffff !important;
  padding: 0.5em 1em !important;
  border-radius: 6px !important;
  border: 1px solid #404040 !important;
  margin-right: 0.5em !important;
  font-weight: 500 !important;
}
.labels-web + div .availability-item i.fa-check,
.labels-web + div .availability-item i.fa-times {
  display: inline !important;
  vertical-align: middle !important;
}

#google_images_results {
  background: #18181b !important;
  color: #ffffff !important;
}
#google_images_results h2 {
  color: #ffffff !important;
}
#google_images_results div {
  background: #23232a !important;
  border-color: #444 !important;
  color: #ffffff !important;
}
#google_images_results div a {
  color: #4fc3f7 !important;
}

body {
  background: #18181b !important;
  color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
}

.labels-web,
.labels-web *,
.labels-web h1,
.labels-web h2,
.labels-web h3,
.labels-web h4,
.labels-web h5,
.labels-web h6,
.labels-web p,
.labels-web div,
.labels-web span {
  color: #ffffff !important;
}

.fa-check {
  color: #4CAF50 !important; /* Green for available */
}

.fa-times {
  color: #f44336 !important; /* Red for not available */
}

i.fa-check {
  color: #4CAF50 !important; /* Green for available */
}

i.fa-times {
  color: #f44336 !important; /* Red for not available */
}

.labels-web + div .fa-check {
  color: #4CAF50 !important; /* Green for available */
}
.labels-web + div .fa-times {
  color: #f44336 !important; /* Red for not available */
}
.labels-web + div i.fa-check {
  color: #4CAF50 !important; /* Green for available */
}
.labels-web + div i.fa-times {
  color: #f44336 !important; /* Red for not available */
}

.fa-check,
.fa-times,
i.fa-check,
i.fa-times {
  font-size: 1.2em !important;
  margin-right: 0.5em !important;
  display: inline-block !important;
  width: auto !important;
  text-align: center !important;
}

body .fa-check,
body .fa-times,
body i.fa-check,
body i.fa-times {
  opacity: 1 !important;
  visibility: visible !important;
}

i.fa-check[style*="color: #00aa00"],
i.fa-check[style*="color:#00aa00"] {
  color: #4CAF50 !important; /* Bright green for available */
}

i.fa-times[style*="color: #ff444454"],
i.fa-times[style*="color:#ff444454"] {
  color: #f44336 !important; /* Bright red for not available */
}

.labels-web + div i.fa-check[style*="color: #00aa00"],
.labels-web + div i.fa-check[style*="color:#00aa00"] {
  color: #4CAF50 !important;
}

.labels-web + div i.fa-times[style*="color: #ff444454"],
.labels-web + div i.fa-times[style*="color:#ff444454"] {
  color: #f44336 !important;
}

a, a:link {
  color: #4fc3f7 !important; /* Light blue for visibility */
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

a:visited {
  color: #ba68c8 !important; /* Light purple for visited links */
}

a:hover {
  color: #81c784 !important; /* Light green on hover */
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

a:active {
  color: #ffb74d !important; /* Light orange when clicked */
}

.nav-link, .navbar-nav a {
  color: #ffffff !important;
}

.nav-link:hover, .navbar-nav a:hover {
  color: #4fc3f7 !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.btn-link {
  color: #4fc3f7 !important;
}

.btn-link:hover {
  color: #81c784 !important;
  -webkit-text-decoration: underline !important;
  text-decoration: underline !important;
}

.form-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.form-section {
  margin-bottom: 40px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-section-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #4fc3f7;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.form-group {
  flex: 1;
  min-width: 200px;
  margin-bottom: 15px;
}

.form-group.full-width {
  flex: 1 1 100%;
}

.form-group.half-width {
  flex: 1 1 calc(50% - 10px);
}

.form-group.third-width {
  flex: 1 1 calc(33.333% - 14px);
}

.form-group.quarter-width {
  flex: 1 1 calc(25% - 15px);
}

.form-group.compact {
  flex: 0 0 auto;
  min-width: 120px;
  margin-right: 15px;
}

.form-group.compact-sm {
  flex: 0 0 auto;
  min-width: 80px;
  margin-right: 10px;
}

.form-group.compact-xs {
  flex: 0 0 auto;
  min-width: 60px;
  margin-right: 8px;
}

.form-row-compact {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  align-items: flex-end;
}

.form-row-compact .form-group {
  margin-bottom: 0;
}

.form-label-compact {
  display: block;
  color: #ffffff !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.2;
}

.form-control-compact {
  width: 100%;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff !important;
  font-size: 13px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-control-compact:focus {
  outline: none;
  border-color: #4fc3f7;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(79, 195, 247, 0.2);
}

.form-label {
  display: block;
  color: #ffffff !important;
  font-weight: 500 !important;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.form-control,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  width: 100%;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: #ffffff !important;
  font-size: 14px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.form-control:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: #4fc3f7;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.2);
}

.form-control::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.checkbox-group, .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.checkbox-item, .radio-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

input[type=checkbox], input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: #4fc3f7;
}

.checkbox-label, .radio-label {
  color: #ffffff !important;
  font-weight: 400 !important;
  margin: 0 !important;
  cursor: pointer;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}

.image-upload-section {
  border: 2px dashed rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
  transition: all 0.3s ease;
}

.image-upload-section:hover {
  border-color: #4fc3f7;
  background: rgba(79, 195, 247, 0.05);
}

.image-preview {
  max-width: 100%;
  max-height: 300px;
  border-radius: 8px;
  margin: 15px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.tags-display {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 15px;
  margin-top: 10px;
  min-height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tag-item {
  display: inline-block;
  background: #4fc3f7;
  color: #000000;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  margin: 2px 4px 2px 0;
  font-weight: 500;
}

.form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-primary {
  background: #4fc3f7;
  color: #000000;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: #29b6f6;
  transform: translateY(-1px);
}

.btn-label, .label-btn, .btn-small, .small-btn,
a[href*=label], a[href*=Label],
a[href*=small], a[href*=Small],
button:contains("Label"), button:contains("Small"),
input[value*=Label], input[value*=Small],
.btn:contains("Label"), .btn:contains("Small") {
  background: transparent !important;
  color: #ff9800 !important;
  font-weight: 600 !important;
  border: 2px solid #ff9800 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  text-shadow: none !important;
}

.btn-label:hover, .label-btn:hover, .btn-small:hover, .small-btn:hover,
a[href*=label]:hover, a[href*=Label]:hover,
a[href*=small]:hover, a[href*=Small]:hover,
button:contains("Label"):hover, button:contains("Small"):hover,
input[value*=Label]:hover, input[value*=Small]:hover,
.btn:contains("Label"):hover, .btn:contains("Small"):hover {
  background: #ff9800 !important;
  color: #000000 !important;
  border-color: #ff9800 !important;
  transform: translateY(-1px) !important;
}

*:contains("Label"), *:contains("Small") {
  background: transparent !important;
  color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
}

a:contains("Label"), a:contains("Small"), button:contains("Label"), button:contains("Small"), input[type=button]:contains("Label"), input[type=button]:contains("Small"), input[type=submit]:contains("Label"), input[type=submit]:contains("Small") {
  background: transparent !important;
  color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  text-shadow: none !important;
}
a:contains("Label"):hover, a:contains("Small"):hover, button:contains("Label"):hover, button:contains("Small"):hover, input[type=button]:contains("Label"):hover, input[type=button]:contains("Small"):hover, input[type=submit]:contains("Label"):hover, input[type=submit]:contains("Small"):hover {
  background: #ff9800 !important;
  color: #000000 !important;
  border-color: #ff9800 !important;
  transform: translateY(-1px) !important;
}

.btn, .button, .nav li, .link-button {
  background: transparent !important;
  color: #ff9800 !important;
  border: 2px solid #ff9800 !important;
  font-weight: 600 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
  text-shadow: none !important;
}

.btn:hover, .button:hover, .nav li:hover, .link-button:hover {
  background: #ff9800 !important;
  color: #000000 !important;
  border-color: #ff9800 !important;
  transform: translateY(-1px) !important;
}

.action-btn, .btn-action {
  background: transparent !important;
  color: #ff9800 !important;
  font-weight: 600 !important;
  border: 2px solid #ff9800 !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
  -webkit-text-decoration: none !important;
  text-decoration: none !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}

.action-btn:hover, .btn-action:hover {
  background: #ff9800 !important;
  color: #000000 !important;
  border-color: #ff9800 !important;
  transform: translateY(-1px) !important;
}

.btn-secondary {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  border-color: #4fc3f7;
  color: #4fc3f7;
}

.page-header {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-actions {
  margin-bottom: 25px;
  padding: 15px 0;
}

.header-title {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-top: 10px;
}

.btn, button {
  margin-bottom: 15px;
  margin-right: 10px;
}

.btn:last-child, button:last-child {
  margin-right: 0;
}

.btn-label, .label-btn {
  margin-bottom: 20px;
  display: inline-block;
}

.page-title, h1, h2, h3 {
  margin-top: 25px;
  margin-bottom: 20px;
  clear: both;
}

.form-container {
  margin-top: 20px;
}

.nav-links, .navigation {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  .form-container {
    padding: 15px;
    margin: 10px;
  }
  .form-row {
    flex-direction: column;
    gap: 15px;
  }
  .form-group.half-width,
  .form-group.third-width,
  .form-group.quarter-width {
    flex: 1 1 100%;
  }
  .checkbox-group, .radio-group {
    flex-direction: column;
    gap: 10px;
  }
  .form-actions {
    flex-direction: column;
  }
  .header-actions {
    margin-bottom: 20px;
  }
  .page-title, h1, h2, h3 {
    margin-top: 20px;
  }
}
@font-face {
  font-family: "lemieszregular";
  src: url(/assets/Lemiesz-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "titan_oneregular";
  src: url(/assets/titanone-regular-webfont.woff2) format("woff2"), url(/assets/titanone-regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.nav-bunya {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5em 0.5em 0em 0.5em;
}

@media screen and (max-width: 500px) {
  .nav-bunya {
    position: sticky;
    top: 0;
  }
}
.simple {
  border: 1px solid #555;
}

.boxes, .rainforest_centre, .nursery_wide, .card, .group, .nursery, .container-types {
  background-color: #333;
  border-radius: 5px;
  border: 1px solid #777;
  height: 350px;
  width: 390px;
}

.container-banner {
  display: flex;
  padding: 0px;
}

.banner-item {
  margin: auto;
  display: inline-block;
}

.container-types {
  display: flex;
  flex-flow: wrap;
  padding: 0px;
}

.box-type {
  display: inline-block;
  margin: 10px 10px 0px 5px;
  width: 138px;
  vertical-align: top;
  overflow: hidden;
  height: 165px;
  border: 1px solid black;
}
.box-type img {
  max-width: 100%;
  padding: 0;
}

.box-type:nth-child(4n+2):hover {
  box-shadow: 0px 0px 5px 4px rgba(160, 100, 100, 0.7);
}

.box-type:nth-child(4n+3):hover {
  box-shadow: 0px 0px 5px 4px rgba(231, 212, 71, 0.7);
}

.box-type:nth-child(4n+4):hover {
  box-shadow: 0px 0px 5px 4px rgba(100, 160, 100, 0.7);
}

.box-type:nth-child(4n+1):hover {
  box-shadow: 0px 0px 5px 4px rgba(92, 130, 239, 0.7);
}

.group, .nursery {
  width: auto;
  padding: 0px;
  overflow: auto;
}

.button, .nav li {
  border: 1px solid #333;
  border-radius: 2px;
  color: white;
  text-indent: 0;
  display: inline-block;
  margin: 5px;
  overflow: none;
  position: relative;
  height: auto;
  font-size: 12px;
  background-color: orange;
  padding-bottom: 20px;
}
.button a, .nav li a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: white;
}
.button a:visited, .nav li a:visited {
  color: black;
}
.button a:hover, .nav li a:hover {
  color: rgb(255, 192, 0);
}

.button:hover, .nav li:hover {
  border: 1px solid #777;
}

.sidebar {
  background: rgb(6, 64, 13);
  width: 250px;
  height: 800px;
  position: fixed;
  float: right;
  top: 0px;
  right: 0;
  padding: 5px;
  border-left: 1px solid black;
  shadow-left: rgba(255, 192, 0, 0.3);
}

.header {
  height: 20px;
  position: relative;
  text-align: center;
}

.nav {
  margin-left: 0px;
  padding: 0px;
  margin-bottom: 10px;
  height: auto;
  margin-left: 20px;
}
.nav li {
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 30px;
}
.nav ul {
  padding: 0px;
  width: auto;
}

.nursery {
  margin-top: 10px;
  padding: 0px;
  height: 178px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.nursery ul {
  margin: 0px;
  padding: 0px;
}
.nursery ul li {
  margin: -3px;
  padding: 0px;
  display: inline-block;
}
.nursery img {
  padding: 0px;
  margin: 0px;
}

.card {
  color: white;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 356px;
  width: 386px;
  display: inline-block;
  background: black;
  text-transform: uppercase;
  font-family: "Ubuntu", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.card .logo {
  padding-top: 0px;
  color: rgb(6, 64, 13);
  margin-bottom: 0px;
  margin-left: 0px;
}
.card .logo img {
  margin-left: -8px;
}
.card .logo_text {
  font-weight: bold;
}
.card .bunya {
  font: bold 48px titan_oneregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: black;
  display: inline-block;
  text-shadow: -2px 0 green, 0 2px green, 2px 0 green, 0 -2px green;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  letter-spacing: 4px;
}
.card .card_address {
  font-size: 14px;
  color: white;
}
.card .nurseries {
  font: bold 34px titan_oneregular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: black;
  text-shadow: -1px 0 rgb(255, 192, 0), 0 1px rgb(255, 192, 0), 1px 0 rgb(255, 192, 0), 0 -1px rgb(255, 192, 0);
  margin-top: -10px;
  margin-left: -10px;
}
.card .phone1 {
  font-size: 28px;
  color: green;
  font-weight: bold;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-shadow: none;
}
.card .phone1 a {
  text-shadow: none;
}
.card .open {
  color: rgb(255, 192, 0);
  font-size: 16px;
  text-shadow: none;
  padding-bottom: 3px;
}
.card .closed {
  color: green;
  line-height: 1em;
}
.card .closed a, .card .closed a:visited, .card .closed a:link, .card .closed a:active {
  color: green;
}
.card .fireretard {
  color: rgb(255, 192, 0);
}
.card .fireretard .fire-heading {
  font-size: 32px;
}
.card .fireretard .fire-third {
  font-size: 32px;
}
.card .bunya_highway1 {
  font-size: 36px;
  color: rgb(6, 124, 13);
  margin-right: 20px;
}
.card .bunya_highway2 {
  font-size: 25px;
  color: yellow;
  margin-top: 0px;
  text-shadow: rgba(255, 192, 0, 0.9) 1px 1px 4px;
}
.card .num {
  font-size: 14px;
}
.card .call {
  font-size: 16px;
  color: #b5b141;
  text-shadow: rgba(255, 192, 0, 0.3);
  line-height: 15px;
}

.art_blurb {
  max-width: 800px;
  color: #267dff;
  font-size: 31px;
  line-height: 35px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.number_available {
  color: #267dff;
  font-size: 30px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  margin-right: 30px;
  display: inline-block;
  margin-top: 0px;
}

.nursery_wide {
  overflow-y: hidden;
  overflow-x: hidden;
  background: #223E68;
}

.rainforest_centre {
  background: #0e2310;
  margin-bottom: 10px;
  color: #dadada;
  padding: 5px;
  max-width: 470px;
}
.rainforest_centre h3 {
  font-size: 28px;
  color: #dadada;
  margin-bottom: 0px;
}
.rainforest_centre ul {
  margin: 0px 0px 0px 18px;
}
.rainforest_centre li {
  padding-left: 0px;
  font-size: 14px;
  line-height: 16px;
}
.rainforest_centre li:nth-child(1) {
  color: #866328;
}
.rainforest_centre li:nth-child(2) {
  color: #4C621D;
}
.rainforest_centre li:nth-child(3) {
  color: #A7AB5F;
}
.rainforest_centre li:nth-child(4) {
  color: rgb(51, 39, 10);
}
.rainforest_centre li:nth-child(5) {
  color: #606365;
}
.rainforest_centre li:nth-child(6) {
  color: #a55151;
}
.rainforest_centre a, .rainforest_centre a:visited, .rainforest_centre a:active {
  color: #dadada;
}
.rainforest_centre a:hover {
  color: #dec71c;
}

.sale {
  width: 322px;
  height: 171px;
  background: #223E68;
  color: #009cff;
  float: left;
  padding-left: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.sale h3 {
  font-size: 26px;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 35px;
}
.sale h4 {
  color: rgb(255, 192, 0);
  line-height: 24px;
  font-weight: bold;
  font-size: 19px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: -40px;
}
.sale .sale_price {
  color: #59ef95;
  font-size: 32px;
  margin-left: 10px;
  margin-right: 5px;
  float: right;
  line-height: 25px;
}
.sale a:link, .sale a:visited, .sale a:active {
  color: #fff;
  margin-top: 13px;
}

:root {
  --primary-color: #667eea;
  --secondary-color: #764ba2;
  --success-color: #48c774;
  --warning-color: #ffdd57;
  --danger-color: #f14668;
  --info-color: #3298dc;
  --light-color: #f5f5f5;
  --dark-color: #363636;
  --text-color: #4a4a4a;
  --border-radius: 8px;
  --box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --navbar-height: 70px;
}

body, main, .main-content, #main, .content {
  background: #18181b !important;
  color: #f3f3f3;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  min-height: 100vh;
  padding-top: 70px !important;
  padding-top: var(--navbar-height) !important;
  scroll-padding-top: 70px;
  scroll-padding-top: var(--navbar-height);
}

.hero-section, .container, .section, .main-sections {
  background: transparent !important;
}

.hero-card {
  background: rgba(20, 20, 20, 0.92) !important;
  color: #fff !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.38);
  border-radius: 18px;
}

.card, .box, .main-box {
  background: #181824 !important;
  color: #f3f3f3 !important;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
}

h1, h2, h3, h4, h5, h6 {
  color: #f8f8ff;
  font-weight: 700;
  letter-spacing: 0.02em;
}

a {
  color: #7ecfff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.section {
  padding: 2rem 0;
}

.box, .card {
  background: white;
  border-radius: 8px;
  border-radius: var(--border-radius);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: var(--box-shadow);
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition);
}
.box:hover, .card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

.button, .nav li {
  border-radius: 8px;
  border-radius: var(--border-radius);
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition);
  border: none;
}
.button.is-primary, .nav li.is-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
}
.button.is-primary:hover, .nav li.is-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}
.button.is-success, .nav li.is-success {
  background: linear-gradient(135deg, #48c774 0%, #00d1b2 100%);
  background: linear-gradient(135deg, var(--success-color) 0%, #00d1b2 100%);
}
.button.is-success:hover, .nav li.is-success:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(72, 199, 116, 0.4);
}

.input, .textarea, .select select {
  border-radius: 8px;
  border-radius: var(--border-radius);
  border: 1px solid #dbdbdb;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition);
}
.input:focus, .textarea:focus, .select select:focus {
  border-color: #667eea;
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.125em rgba(102, 126, 234, 0.25);
}

/*
// Modern navigation styling
.navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  background: #23232a !important;
  min-height: 48px;
  height: 48px;
  padding: 0.25rem 1rem 0.25rem 1.2rem;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-bottom: 1px solid #23232a;
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.navbar .navbar-brand {
  margin-right: 2rem;
}

.navbar .navbar-item {
  margin-right: 1.2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #f3f3f3;
  white-space: nowrap;
}

.navbar .navbar-item:last-child {
  margin-right: 0;
}

.navbar .navbar-search {
  margin-left: auto;
  margin-right: 1.5rem;
  flex: 1 1 200px;
  max-width: 320px;
}

.navbar .navbar-user {
  margin-left: 1.5rem;
  display: flex;
  align-items: center;
}

.navbar .navbar-brand .brand-text {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: #7ecfff;
  text-shadow: 0 2px 8px rgba(102,126,234,0.08);
}

.navbar .navbar-item:hover, .navbar .navbar-item.is-active {
  color: #101014;
  background: #7ecfff;
}

.navbar .navbar-search {
  margin-left: 1.2rem;
  background: #23232a;
  border: 1px solid #333;
  color: #f3f3f3;
  border-radius: 6px;
  padding: 0.2rem 0.7rem;
  font-size: 1rem;
  height: 32px;
}

.navbar .button.is-primary {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: #fff;
  border: none;
  font-weight: 600;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(102,126,234,0.08);
}

.navbar .button.is-light {
  background: #f5f5f5;
  color: #333;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}

.navbar .navbar-burger {
  color: #333;
}

@media (max-width: 900px) {
  .navbar {
    padding: 0.5rem 0.5rem;
  }
  .navbar .navbar-brand .brand-text {
    font-size: 1.3rem;
  }
}

@media (max-width: 600px) {
  .navbar .navbar-brand .brand-text {
    font-size: 1rem;
  }
  .navbar .navbar-item {
    font-size: 1rem;
    margin-right: 0.2rem;
  }
}
*/
.columns {
  margin: 0;
}

.column {
  padding: 0.75rem;
}

.image {
  border-radius: 8px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.image img {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition);
}
.image img:hover {
  transform: scale(1.05);
}

.table {
  border-radius: 8px;
  border-radius: var(--border-radius);
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: var(--box-shadow);
}
.table th {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  color: white;
  font-weight: 600;
  border: none;
}
.table td {
  border-color: #f0f0f0;
}
.table tr:hover {
  background-color: #f8f9fa;
}

.breadcrumb-nav {
  background: white;
  padding: 1rem 0;
  margin-bottom: 2rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  box-shadow: var(--box-shadow);
}
.breadcrumb-nav .breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item {
  color: #4a4a4a;
  color: var(--text-color);
}
.breadcrumb-nav .breadcrumb .breadcrumb-item.active {
  color: #667eea;
  color: var(--primary-color);
  font-weight: 600;
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a {
  color: #4a4a4a;
  color: var(--text-color);
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: var(--transition);
}
.breadcrumb-nav .breadcrumb .breadcrumb-item a:hover {
  color: #667eea;
  color: var(--primary-color);
}

.footer {
  background: linear-gradient(135deg, #363636 0%, #2c3e50 100%);
  background: linear-gradient(135deg, var(--dark-color) 0%, #2c3e50 100%);
  color: white;
  padding: 2rem 0;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .container {
    padding: 0 0.5rem;
  }
  .section {
    padding: 1rem 0;
  }
  .columns {
    margin: 0;
  }
  .column {
    padding: 0.5rem;
  }
}
.fade-in {
  animation: fadeIn 0.6s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-left {
  animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-right {
  animation: slideInRight 0.6s ease-out;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.hero-section {
  position: relative;
  width: 100vw;
  min-height: 480px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 10;
}

.hero-card {
  background: rgba(20, 20, 20, 0.82);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  padding: 2.5rem 2.5rem 2rem 2.5rem;
  max-width: 420px;
  color: #fff;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: fadeIn 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-card .logo_text {
  width: 100%;
  text-align: center;
}

.hero-card .bunya, .hero-card .nurseries {
  font-family: "titan_oneregular", "Inter", Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  color: #667eea;
  color: var(--primary-color);
  text-shadow: 0 2px 12px rgba(102, 126, 234, 0.18);
}

.hero-card .nurseries {
  font-size: 1.5rem;
  color: #764ba2;
  color: var(--secondary-color);
}

.hero-card .card_address, .hero-card .open, .hero-card .phone1, .hero-card .closed, .hero-card .abn {
  color: #fff;
  font-size: 1.1rem;
  margin: 0.2em 0;
}

.hero-card .open {
  color: #ffe066;
  font-weight: bold;
  font-size: 1.15rem;
}

.hero-card .phone1 a {
  color: #48c774;
  font-size: 1.3rem;
  font-weight: bold;
  -webkit-text-decoration: none;
  text-decoration: none;
  background: rgba(72, 199, 116, 0.08);
  padding: 0.2em 0.7em;
  border-radius: 8px;
  transition: background 0.2s;
}

.hero-card .phone1 a:hover {
  background: rgba(72, 199, 116, 0.18);
}

.hero-card .closed a {
  color: #ffe066;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (max-width: 700px) {
  .hero-section {
    min-height: 320px;
  }
  .hero-card {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
    max-width: 98vw;
  }
  .hero-card .bunya, .hero-card .nurseries {
    font-size: 1.2rem;
  }
  .hero-card .nurseries {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  :root {
    --navbar-height: 80px;
  }
}
.labels-small {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  width: 2120px;
}

.plant_label {
  display: flex;
  justify-content: space-between;
  border: 4px solid black;
  width: 1050px;
  background: white;
}
.plant_label img {
  max-width: 40%;
  width: 596px;
}
.plant_label .info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 80%;
}
.plant_label .info .details {
  font-weight: bold;
  width: 100%;
  color: black !important;
  font-size: 26px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1em;
}
.plant_label .info .retard {
  margin-top: auto;
  background: black !important;
  color: #ffcc00 !important; /* Bright yellow for better visibility */
  font-size: 24px;
  justify-content: center;
  letter-spacing: normal; /* Reset to default letter spacing */
  word-spacing: normal; /* Reset to default word spacing */
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  margin-bottom: -4px;
  width: 100%;
  display: block;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
}
.plant_label .info .retard .fire-fourth {
  font-size: 24px;
  color: #ffcc00 !important; /* Bright yellow for better visibility */
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
}
.plant_label .info .retard .fire-heading {
  font-size: 24px;
  color: #ffcc00 !important; /* Bright yellow for better visibility */
  font-weight: bold !important; /* Make 'fire' text bold */
  padding: 0 !important; /* Remove all padding */
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: initial !important;
  background-clip: border-box !important;
  background-clip: initial !important;
}
.plant_label .info .name {
  text-transform: uppercase !important;
  color: #044e03 !important;
  font: bold 60px Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  background: black !important;
  text-align: center !important;
  letter-spacing: -0.5px !important;
  padding: 2px 5px 5px 5px !important;
  line-height: 0.8em !important;
}
.plant_label .info .description_container {
  height: 100%;
}
.plant_label .info .description_container .details_container {
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.plant_label .info .description_container .middle_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
.plant_label .info .description_container .middle_container .description {
  padding-left: 4px;
  padding-right: 4px;
}
.plant_label .info .description_container .middle_container .description div {
  color: black;
}
.plant_label .info .description_container .middle_container .label_container .text .bunya {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: black;
}
.plant_label .info .description_container .middle_container .label_container .text .bunya span {
  font-size: 15px;
}
.plant_label .info .description_container .middle_container .label_container .text .address {
  font-size: 14px;
  color: #0a3410;
  font-weight: bold;
}

.labels-large {
  transform: rotate(90deg) translate(-1em, -16em);
  display: flex;
  flex-direction: column;
  padding: 0px;
  flex-shrink: 1;
}

.plant_label_mobile {
  display: flex;
  flex-direction: column;
  border: 4px solid black;
  width: 100%;
  max-width: 400px;
  background: white;
  margin: 10px auto;
}
.plant_label_mobile .mobile_info {
  padding: 15px;
}
.plant_label_mobile .mobile_info .mobile_name {
  text-transform: uppercase;
  color: #044e03;
  font: bold 32px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: black;
  text-align: center;
  letter-spacing: -0.5px;
  padding: 8px 5px;
  line-height: 0.9em;
  margin-bottom: 10px;
}
.plant_label_mobile .mobile_info .mobile_details {
  font-weight: bold;
  width: 100%;
  color: black;
  font-size: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.plant_label_mobile .mobile_info .mobile_description_container {
  margin-bottom: 15px;
}
.plant_label_mobile .mobile_info .mobile_description_container .mobile_middle_container .mobile_description {
  padding: 0 4px;
}
.plant_label_mobile .mobile_info .mobile_description_container .mobile_middle_container .mobile_description .mobile_description_inner {
  color: black;
  line-height: 1.4;
}
.plant_label_mobile .mobile_image {
  width: 100%;
  text-align: center;
}
.plant_label_mobile .mobile_image img {
  max-width: 100%;
  height: auto;
}
.plant_label_mobile .mobile_contact_info {
  padding: 15px;
  background: #f8f9fa;
  border-top: 2px solid #dee2e6;
}
.plant_label_mobile .mobile_contact_info .details_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {
  .plant_label_mobile {
    width: 95%;
    margin: 5px auto;
  }
  .plant_label_mobile .mobile_info {
    padding: 10px;
  }
  .plant_label_mobile .mobile_info .mobile_name {
    font-size: 24px;
  }
  .plant_label_mobile .mobile_info .mobile_details {
    font-size: 14px;
  }
}
.description_inner {
  color: black;
  line-height: 1.4;
}

.details_container {
  margin-left: 5px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.mobile_contact_info .details_container {
  margin-left: 0;
  justify-content: center;
}

.auction_item span.righto img {
  width: 300px;
}

.availability-list .availability-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  justify-content: flex-start;
  margin-top: 1em;
}
.availability-list .availability-card {
  background: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  border: 1px solid #e0e0e0;
  width: 260px;
  min-width: 200px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.availability-list .availability-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.13);
}
.availability-list .availability-card-image {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(135deg, #23272f 80%, #2d3a4a 100%);
  border-bottom: 1px solid #222;
  position: relative;
  overflow: hidden;
}
.availability-list .availability-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.availability-list .availability-card-image .no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #666;
  font-size: 14px;
}
.availability-list .availability-card-content {
  padding: 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.availability-list .availability-card-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  margin-top: 0.5em;
}
.availability-list .availability-card-size {
  background: #2d2d30 !important;
  color: #ffffff !important;
  border-radius: 4px;
  padding: 0.2em 0.7em;
  font-size: 1.1em;
  font-weight: 600;
  min-width: 2.5em;
  text-align: center;
  border: 1px solid #404040 !important;
}
.availability-list .availability-card-size.out {
  background: #1a1a1a !important;
  color: #666 !important;
  border-color: #333 !important;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
}
@media (max-width: 768px) {
  .availability-list .availability-card {
    width: 100%;
    min-width: auto;
  }
}

.show_product th {
  text-align: right;
}

.prod_desc {
  line-height: 30px;
  font-size: 20px;
  font-family: "ubuntu mono", "courier new", courier;
}

.products {
  /* This button was generated using CSSButtonGenerator.com */
}
.products #prod_priority {
  font-weight: bold;
}
.products #list_detail {
  align: right;
}
.products table tr td {
  padding: 5px;
  vertical-align: top;
}
.products .list_image {
  width: 450px;
}
.products .list_description {
  width: 60%;
}
.products .list_description dl {
  margin: 0;
}
.products .list_description dt {
  color: #244;
  font-weight: bold;
  font-size: larger;
}
.products .list_description dd {
  margin: 0;
}
.products .list_actions {
  font-size: x-small;
  text-align: right;
}
.products .list_line_even {
  background: #ddffdd;
}
.products .list_line_odd {
  background: #bbffbb;
}
.products .edit_product_btn {
  box-shadow: inset 0px 0px 18px 7px #caefab;
  background: -moz-linear-gradient(center top, #77d42a 5%, #5cb811 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#77d42a", endColorstr="#5cb811");
  background-color: #77d42a;
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
  border-bottom-right-radius: 42px;
  border-bottom-left-radius: 42px;
  text-indent: 0px;
  border: 1px solid #268a16;
  display: inline-block;
  color: red;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  height: 31px;
  line-height: 31px;
  width: 500px;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-align: center;
}
.products .edit_product_btn:hover {
  background: -moz-linear-gradient(center top, #5cb811 5%, #77d42a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5cb811", endColorstr="#77d42a");
  background-color: #5cb811;
}
.products .edit_product_btn:active {
  position: relative;
  top: 1px;
}

.flagged {
  border-color: 3px solid red;
}

.store .price {
  float: right;
}
.store h1 {
  align: centre;
}
.store .info {
  float: right;
}
.store .info small {
  font-style: italic;
}
.store figure {
  margin-right: 0px;
  padding-right: 20px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  float: left;
  max-width: 800px;
}
.store figcaption {
  color: #4e9a06;
  font-size: 11px;
  font-style: italic;
  margin-top: -5px;
  padding-top: 0px;
}
.store .entry {
  overflow: none;
  margin-top: 1em;
  min-height: 150px;
}
.store .entry img {
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 0px;
}
.store .entry h3 {
  font-size: 120%;
  font-family: sans-serif;
  margin-left: 320px;
  margin-top: 0;
  margin-bottom: 2px;
  color: #227;
}
.store .entry hr {
  width: auto;
  border: 0;
  height: 1px;
  background: #333;
  background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
.store .entry p form, .store .entry p div, .store .entry div.price_line form, .store .entry div.price_line div {
  display: inline;
}
.store .entry .description {
  color: #44a;
  font-weight: bold;
  padding-right: 1em;
}

/* Override carousel caption color for non-slideshow elements */
.carousel-caption:not(.slideshow-caption) {
  color: inherit !important;
}

/* Ensure proper text colors for general content */
body {
  color: #333; /* Default text color */
}

/* Override any inherited white text colors */
.carousel-caption:not(.slideshow-caption),
.carousel .carousel-caption:not(.slideshow-caption) {
  color: #333 !important;
}

/* Ensure form elements have proper text color - but override for dark theme forms */
input, textarea, select, button {
  color: #333 !important;
}

/* Override for dark theme form elements to ensure visibility */
.form-control,
input[type=text],
input[type=number],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
  color: #ffffff !important;
}

/* Ensure form inputs in dark containers have proper contrast */
.form-container input,
.form-container textarea,
.form-container select,
.form-section input,
.form-section textarea,
.form-section select {
  color: #ffffff !important;
}

/* Additional form element targeting for better coverage */
input.input,
.input,
textarea.textarea,
.textarea,
select.select,
.select select {
  color: #ffffff !important;
}

/* Ensure Rails form helpers have proper contrast */
.field input,
.field textarea,
.field select {
  color: #ffffff !important;
}

/* Target any remaining form elements that might be missed */
form input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
form textarea,
form select {
  color: #ffffff !important;
}

/* Override any global white text rules for non-slideshow elements */
*:not(.slideshow-caption):not(.fire-heading span):not(.fire-third span) {
  color: inherit;
}

.dataTables_wrapper {
  margin: 20px 0;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_length select {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper .dataTables_filter input {
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 200px;
}
.dataTables_wrapper .dataTables_info {
  margin-top: 10px;
  color: #666;
}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 5px 10px;
  margin: 0 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #f5f5f5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #999;
  cursor: not-allowed;
}
.dataTables_wrapper table.dataTable {
  border-collapse: collapse;
  width: 100%;
}
.dataTables_wrapper table.dataTable thead th {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 10px;
  font-weight: 600;
}
.dataTables_wrapper table.dataTable thead th.sorting {
  cursor: pointer;
}
.dataTables_wrapper table.dataTable thead th.sorting:hover {
  background-color: #e9ecef;
}
.dataTables_wrapper table.dataTable tbody td {
  border: 1px solid #dee2e6;
  padding: 8px 10px;
}
.dataTables_wrapper table.dataTable tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.dataTables_wrapper table.dataTable tbody tr:hover {
  background-color: #e9ecef;
}

.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead table {
  border-bottom: 2px solid #dee2e6;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody table {
  border-top: none;
}

/* Dark Theme Overrides for Components */
.product-card .card-image {
  background: #2a2a2a;
}
.product-card .card-content .product-header .subtitle {
  color: #aaa;
}
.product-card .card-content .product-description {
  color: #ccc;
}
.product-card .card-footer {
  border-top: 1px solid #444;
}
.product-card .card-footer .card-footer-item:not(:last-child) {
  border-right: 1px solid #444;
}
.product-card .card-footer .card-footer-item.button:hover, .product-card .card-footer .nav li.card-footer-item:hover, .nav .product-card .card-footer li.card-footer-item:hover {
  background: #2a2a2a;
}

.file-upload .file-cta {
  background: #2a2a2a;
  border: 2px dashed #555;
}
.file-upload .file-cta:hover {
  background: #333;
  border-color: #3498db;
}
.file-upload .file-name {
  background: #2a2a2a;
  color: #ccc;
}

.table th {
  background: #2a2a2a;
  border-bottom: 2px solid #555;
}
.table tr:hover {
  background: #2a2a2a;
}

.product-card {
  border: 1px solid #444;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #1a1a1a;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.product-card .card-image {
  position: relative;
  overflow: hidden;
}
.product-card .card-image .product-image {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card .card-image .placeholder-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #2a2a2a;
  color: #999;
}
.product-card .card-image .product-badges {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.product-card .card-image .product-badges .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}
.product-card .card-image:hover .product-image {
  transform: scale(1.05);
}
.product-card .card-image .quick-actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.product-card .card-image .quick-actions .button, .product-card .card-image .quick-actions .nav li, .nav .product-card .card-image .quick-actions li {
  margin-left: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.product-card .card-image:hover .quick-actions {
  opacity: 1;
}
.product-card .card-content {
  padding: 1.5rem;
}
.product-card .card-content .product-header .title {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.product-card .card-content .product-header .subtitle {
  font-style: italic;
  color: #666;
}
.product-card .card-content .product-description {
  color: #555;
  line-height: 1.5;
  margin: 1rem 0;
}
.product-card .card-content .product-features .tags .tag {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-card .card-content .pricing-section .price-display .price {
  font-weight: 600;
  font-size: 1.1rem;
}
.product-card .card-content .pricing-section .price-display .price.sale-price {
  color: #e74c3c;
}
.product-card .card-content .pricing-section .price-display .price.original-price {
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  color: #999;
  margin-left: 0.5rem;
  font-size: 0.9rem;
}
.product-card .card-content .pricing-section .price-display .price.current-price {
  color: #2ecc71;
}
.product-card .card-content .pricing-section .price-display .price-on-request {
  color: #3498db;
  font-style: italic;
}
.product-card .card-footer {
  border-top: 1px solid #444;
}
.product-card .card-footer .card-footer-item {
  border: none;
  padding: 1rem;
}
.product-card .card-footer .card-footer-item:not(:last-child) {
  border-right: 1px solid #444;
}
.product-card .card-footer .card-footer-item.button, .product-card .card-footer .nav li.card-footer-item, .nav .product-card .card-footer li.card-footer-item {
  background: transparent;
}
.product-card .card-footer .card-footer-item.button:hover, .product-card .card-footer .nav li.card-footer-item:hover, .nav .product-card .card-footer li.card-footer-item:hover {
  background: #2a2a2a;
}
.product-card.is-featured {
  border: 2px solid #f39c12;
}
.product-card.is-featured .card-header {
  background: linear-gradient(135deg, #f39c12, #e67e22);
  color: white;
}
.product-card.is-sale .card-image::before {
  content: "SALE";
  position: absolute;
  top: 0;
  right: 0;
  background: #e74c3c;
  color: white;
  padding: 5px 15px;
  font-size: 0.8rem;
  font-weight: bold;
  z-index: 3;
  transform: rotate(45deg) translate(25%, -50%);
  transform-origin: center;
}

.slideshow-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.slideshow-container.boxes, .slideshow-container.container-types, .slideshow-container.group, .slideshow-container.nursery, .slideshow-container.card, .slideshow-container.nursery_wide, .slideshow-container.rainforest_centre {
  width: 390px;
  height: 350px;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
}
.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  padding: 0.08rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-title {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: left;
}

.slide-botanical {
  font-style: italic;
  font-size: 0.8rem;
  opacity: 0.9;
  text-align: right;
}

.modern-form .field {
  margin-bottom: 1.5rem;
}
.modern-form .field .label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
.modern-form .field .control {
  position: relative;
}
.modern-form .field .control .input,
.modern-form .field .control .textarea,
.modern-form .field .control .select select {
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 1rem;
  transition: all 0.3s ease;
}
.modern-form .field .control .input:focus,
.modern-form .field .control .textarea:focus,
.modern-form .field .control .select select:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
  outline: none;
}
.modern-form .field .control .input.is-danger,
.modern-form .field .control .textarea.is-danger,
.modern-form .field .control .select select.is-danger {
  border-color: #e74c3c;
}
.modern-form .field .control .input.is-danger:focus,
.modern-form .field .control .textarea.is-danger:focus,
.modern-form .field .control .select select.is-danger:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}
.modern-form .field .control .input.is-success,
.modern-form .field .control .textarea.is-success,
.modern-form .field .control .select select.is-success {
  border-color: #2ecc71;
}
.modern-form .field .control .input.is-success:focus,
.modern-form .field .control .textarea.is-success:focus,
.modern-form .field .control .select select.is-success:focus {
  box-shadow: 0 0 0 3px rgba(46, 204, 113, 0.1);
}
.modern-form .field .help {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.modern-form .field .help.is-danger {
  color: #e74c3c;
}
.modern-form .field .file .file-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.modern-form .field .file .file-cta {
  background: #f8f9fa;
  border: 2px dashed #dee2e6;
  border-radius: 6px;
  padding: 1rem;
  text-align: center;
  transition: all 0.3s ease;
}
.modern-form .field .file .file-cta:hover {
  background: #e9ecef;
  border-color: #3498db;
}
.modern-form .field .file .file-name {
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 6px;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: #666;
}
.modern-form .field .checkbox,
.modern-form .field .radio {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modern-form .field .checkbox input[type=checkbox],
.modern-form .field .checkbox input[type=radio],
.modern-form .field .radio input[type=checkbox],
.modern-form .field .radio input[type=radio] {
  margin-right: 0.5rem;
  transform: scale(1.2);
}
.modern-form .field.is-grouped {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.modern-form .field.is-grouped .control .button, .modern-form .field.is-grouped .control .nav li, .nav .modern-form .field.is-grouped .control li {
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.modern-form .field.is-grouped .control .button.is-primary, .modern-form .field.is-grouped .control .nav li.is-primary, .nav .modern-form .field.is-grouped .control li.is-primary {
  background: linear-gradient(135deg, #3498db, #2980b9);
}
.modern-form .field.is-grouped .control .button.is-primary:hover, .modern-form .field.is-grouped .control .nav li.is-primary:hover, .nav .modern-form .field.is-grouped .control li.is-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
}

.button, .nav li {
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.button:hover, .nav li:hover {
  transform: translateY(-1px);
}
.button.pulse-button, .nav li.pulse-button {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0.7);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(52, 152, 219, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(52, 152, 219, 0);
  }
}
.notification {
  border-radius: 8px;
  border-left: 4px solid;
}
.notification.is-success {
  border-left-color: #2ecc71;
}
.notification.is-warning {
  border-left-color: #f39c12;
}
.notification.is-danger {
  border-left-color: #e74c3c;
}
.notification.is-info {
  border-left-color: #3498db;
}

.progress {
  border-radius: 10px;
  overflow: hidden;
}
.progress::-webkit-progress-bar {
  border-radius: 10px;
}
.progress::-webkit-progress-value {
  border-radius: 10px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.card {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.table {
  border-radius: 8px;
  overflow: hidden;
}
.table th {
  background: #f8f9fa;
  font-weight: 600;
  border-bottom: 2px solid #dee2e6;
}
.table tr {
  transition: background-color 0.3s ease;
}
.table tr:hover {
  background: #f8f9fa;
}

.modal .modal-card {
  border-radius: 8px;
  overflow: hidden;
}
.modal .modal-card .modal-card-head {
  background: linear-gradient(135deg, #3498db, #2980b9);
  color: white;
}
.modal .modal-card .modal-card-head .modal-card-title {
  color: white;
  font-weight: 600;
}
.modal .modal-card .modal-card-head .delete {
  background: rgba(255, 255, 255, 0.2);
}
.modal .modal-card .modal-card-head .delete:hover {
  background: rgba(255, 255, 255, 0.3);
}

@media (max-width: 768px) {
  .product-card .quick-actions {
    opacity: 1;
  }
  .slideshow-container {
    height: 300px;
  }
  .slide-caption {
    padding: 0.18rem 0.5rem;
  }
  .slide-title {
    font-size: 1rem;
  }
  .slide-botanical {
    font-size: 0.8rem;
  }
  .modern-form .field.is-grouped {
    flex-direction: column;
  }
  .modern-form .field.is-grouped .control {
    width: 100%;
  }
}
.css-slideshow {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.38);
  background: #18181b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.css-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
}

.css-slide .slideshow-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
  filter: brightness(0.7) contrast(1.1);
}

.css-slide-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(24, 24, 27, 0.92) 80%, rgba(24, 24, 27, 0) 100%);
  color: #fff;
  padding: 1.5rem 1.2rem 1.1rem 1.2rem;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  font-size: 1.25rem;
  font-weight: 700;
  text-shadow: 0 2px 8px #000;
  text-align: left;
  letter-spacing: 0.01em;
  z-index: 3;
}

@keyframes css-fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.css-slideshow .css-slide {
  animation: css-fade 20s infinite;
}

.css-slideshow .css-slide:nth-child(1) {
  animation-delay: 0s;
}

.css-slideshow .css-slide:nth-child(2) {
  animation-delay: 5s;
}

.css-slideshow .css-slide:nth-child(3) {
  animation-delay: 10s;
}

.css-slideshow .css-slide:nth-child(4) {
  animation-delay: 15s;
}

.css-slideshow .css-slide:nth-child(5) {
  animation-delay: 20s;
}

.css-slideshow .css-slide:nth-child(6) {
  animation-delay: 25s;
}

.css-slideshow .css-slide:nth-child(7) {
  animation-delay: 30s;
}

.css-slideshow .css-slide:nth-child(8) {
  animation-delay: 35s;
}

.css-slideshow .css-slide:nth-child(9) {
  animation-delay: 40s;
}

.css-slideshow .css-slide:nth-child(10) {
  animation-delay: 45s;
}

.css-slideshow .css-slide:nth-child(11) {
  animation-delay: 50s;
}

.css-slideshow .css-slide:nth-child(12) {
  animation-delay: 55s;
}

.css-slideshow .css-slide:nth-child(13) {
  animation-delay: 60s;
}

.css-slideshow .css-slide:nth-child(14) {
  animation-delay: 65s;
}

.css-slideshow .css-slide:nth-child(15) {
  animation-delay: 70s;
}

.css-slideshow .css-slide:nth-child(16) {
  animation-delay: 75s;
}

.css-slideshow .css-slide:nth-child(17) {
  animation-delay: 80s;
}

.css-slideshow .css-slide:nth-child(18) {
  animation-delay: 85s;
}

.css-slideshow .css-slide:nth-child(19) {
  animation-delay: 90s;
}

.css-slideshow .css-slide:nth-child(20) {
  animation-delay: 95s;
}

.simple-nav {
  background: linear-gradient(135deg, rgba(20, 20, 25, 0.95) 0%, rgba(30, 30, 40, 0.95) 50%, rgba(25, 25, 35, 0.95) 100%);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 2px 8px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin: 0;
  padding: 0.75rem 0;
  transition: all 0.3s ease;
}

.search-container {
  position: relative;
  margin-right: 1rem;
}

.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.search-input {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  color: #ffffff;
  font-size: 0.95rem;
  width: 220px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(15px);
  font-weight: 400;
  letter-spacing: 0.2px;
}
.search-input:focus {
  outline: none;
  border-color: rgba(79, 195, 247, 0.6);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(79, 195, 247, 0.15), 0 4px 20px rgba(79, 195, 247, 0.1);
  width: 280px;
}
.search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.search-input::placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.search-icon {
  position: absolute;
  right: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
  pointer-events: none;
  transition: color 0.3s ease;
}

.search-input:focus + .search-icon {
  color: rgba(79, 195, 247, 0.8);
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(15, 15, 20, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 8px 16px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  z-index: 1001;
  max-height: 400px;
  overflow-y: auto;
  display: none;
  margin-top: 0.5rem;
  padding: 0.5rem 0;
}

.search-result-item {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.search-result-item:hover, .search-result-item.highlighted {
  background: rgba(79, 195, 247, 0.08);
  border-left: 3px solid rgba(79, 195, 247, 0.6);
  transform: translateX(2px);
}
.search-result-item:last-child {
  border-bottom: none;
}

.result-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.375rem;
  line-height: 1.3;
}

.result-botanical {
  color: rgba(79, 195, 247, 0.9);
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.result-category {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 500;
}

.search-no-results {
  padding: 2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.no-results-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  opacity: 0.7;
}

.no-results-text {
  font-size: 0.95rem;
  font-weight: 500;
}

mark {
  background: rgba(79, 195, 247, 0.25);
  color: #ffffff;
  padding: 0.15rem 0.3rem;
  border-radius: 4px;
  font-weight: 600;
}

.nav-container {
  background: transparent;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}

.nav-brand {
  flex-shrink: 0;
}

.nav-brand-link {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-brand-link:hover {
  color: #7ecfff;
}

.nav-buttons {
  display: flex;
  gap: max(0.2rem, min(0.8vw, 0.5rem));
  flex-wrap: nowrap;
  justify-content: center;
  flex: 1;
  align-items: flex-end;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.nav-buttons::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  .nav-buttons {
    flex-wrap: nowrap;
  }
}

.nav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: max(0.35rem, min(0.8vw, 0.75rem)) max(0.5rem, min(1.8vw, 1.5rem));
  color: rgba(255, 255, 255, 0.9) !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-radius: max(6px, min(1vw, 10px));
  font-weight: 900;
  font-size: max(0.65rem, min(1.6vw, 1.1rem));
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  position: relative;
  overflow: hidden;
  min-height: max(32px, min(4.5vw, 44px));
  height: max(32px, min(4.5vw, 44px));
  flex-shrink: 1;
  flex-basis: auto;
  min-width: 0;
  letter-spacing: max(0.1px, min(0.1vw, 0.4px));
  text-transform: uppercase;
  font-family: "lemieszregular", "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
}
.nav-button:link, .nav-button:visited, .nav-button:active {
  color: rgba(255, 255, 255, 0.9) !important;
}
.nav-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(79, 195, 247, 0.2), transparent);
  transition: left 0.6s ease;
}
.nav-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.nav-button:hover {
  background: rgba(79, 195, 247, 0.15);
  border-color: rgba(79, 195, 247, 0.4);
  color: #81e681 !important;
  font-weight: 900;
  font-size: max(0.75rem, min(1.8vw, 1.2rem));
  letter-spacing: max(0.3px, min(0.12vw, 0.6px));
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(79, 195, 247, 0.25), 0 5px 15px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  text-shadow: 0 3px 8px rgba(79, 195, 247, 0.3);
}
.nav-button:hover::before {
  left: 100%;
}
.nav-button:hover::after {
  opacity: 1;
}
.nav-button.active {
  background: linear-gradient(135deg, rgba(79, 195, 247, 0.25) 0%, rgba(79, 195, 247, 0.15) 100%);
  border-color: rgba(79, 195, 247, 0.6);
  color: #81e681 !important;
  font-weight: 900;
  font-size: max(0.75rem, min(1.8vw, 1.2rem));
  letter-spacing: max(0.3px, min(0.12vw, 0.6px));
  box-shadow: 0 6px 25px rgba(79, 195, 247, 0.4), 0 3px 12px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  transform: translateY(-1px);
  text-shadow: 0 2px 8px rgba(79, 195, 247, 0.3);
}
.nav-button:active {
  transform: translateY(0);
  transition: transform 0.1s ease;
}

.nav-user {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.user-welcome {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  margin-right: 0.5rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.nav-button-secondary {
  background: transparent;
  border: 1px solid #555;
  color: #ccc;
}
.nav-button-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #777;
  color: #fff;
}

.nav-button-primary {
  background: #7ecfff;
  border: 1px solid #7ecfff;
  color: #1a1a1a;
  font-weight: 600;
}
.nav-button-primary:hover {
  background: #6bb8e6;
  border-color: #6bb8e6;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  .nav-container {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0 1rem;
  }
  .search-container {
    order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .search-input {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 1rem;
  }
  .nav-buttons {
    order: 2;
    width: 100%;
    justify-content: center;
    gap: max(0.15rem, min(0.6vw, 0.4rem));
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.25rem 0;
  }
  .nav-user {
    order: 3;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .nav-brand {
    order: 1;
  }
  .nav-button {
    padding: max(0.35rem, min(0.8vw, 0.7rem)) max(0.5rem, min(1.2vw, 1.3rem));
    font-size: max(0.6rem, min(1.5vw, 1.25rem));
    min-height: max(32px, min(4.5vw, 44px));
    height: max(32px, min(4.5vw, 44px));
    letter-spacing: max(0.1px, min(0.08vw, 0.5px));
    flex-shrink: 0;
    min-width: -moz-fit-content;
    min-width: fit-content;
    font-family: "lemieszregular", "Inter", "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  }
  .nav-button:link, .nav-button:visited, .nav-button:active {
    color: rgba(255, 255, 255, 0.9) !important;
  }
  .nav-button:hover {
    color: #81e681 !important;
    font-size: max(0.65rem, min(1.6vw, 1.3rem));
  }
  .user-welcome {
    display: none;
  }
}
@media (max-width: 480px) {
  .nav-buttons {
    gap: max(0.1rem, min(0.5vw, 0.3rem));
    justify-content: flex-start;
  }
  .nav-button {
    padding: max(0.3rem, min(0.7vw, 0.5rem)) max(0.4rem, min(1vw, 1rem));
    font-size: max(0.5rem, min(1.2vw, 0.85rem));
    min-height: max(28px, min(4vw, 36px));
    height: max(28px, min(4vw, 36px));
    letter-spacing: max(0.05px, min(0.05vw, 0.3px));
  }
  .nav-button:hover {
    font-size: max(0.55rem, min(1.3vw, 0.9rem));
  }
  .nav-button.active {
    font-size: max(0.55rem, min(1.3vw, 0.9rem));
  }
  .search-input {
    font-size: 0.95rem;
    padding: 0.6rem 2rem 0.6rem 0.8rem;
  }
}
@media (max-width: 360px) {
  .nav-button {
    padding: 0.25rem 0.4rem;
    font-size: max(0.45rem, min(1vw, 0.7rem));
    min-height: 26px;
    height: 26px;
    letter-spacing: 0.05px;
  }
  .nav-button:hover {
    font-size: max(0.5rem, min(1.1vw, 0.75rem));
  }
  .nav-button.active {
    font-size: max(0.5rem, min(1.1vw, 0.75rem));
  }
  .nav-buttons {
    gap: 0.08rem;
  }
}
.nursery-main + div img {
  width: 390px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  border: 1px solid #777;
  background-color: #333;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.nursery-main + div img:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

body {
  background: #18191c;
  color: #f2f2f2;
  padding-top: 60px;
}

main, .content, .container.section {
  background: transparent;
}

.content {
  padding-top: 2rem;
  min-height: calc(100vh - 70px - 2rem);
}

body > div[style*="position: sticky"] + *,
body > div[style*="position:sticky"] + *,
div[style*="position: sticky"][style*="top: 0"] + *,
div[style*="position:sticky"][style*="top:0"] + * {
  padding-top: 2rem !important;
  margin-top: 0.5rem !important;
}

main:first-of-type,
.content:first-of-type {
  padding-top: 2rem;
}

.breadcrumb-nav {
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}

.breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.breadcrumb-item {
  color: #6c757d;
}
.breadcrumb-item:not(:last-child)::after {
  content: ">";
  margin-left: 0.5rem;
  color: #adb5bd;
}
.breadcrumb-item a {
  color: #007bff;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.breadcrumb-item.active {
  color: #495057;
  font-weight: 500;
}

.memory-image-wrap {
  display: inline-block;
  width: 301px;
  height: 265px;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #23232a;
  position: relative;
}
.memory-image-wrap:hover {
  border-color: #7ecfff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.memory-image-wrap.image-loading {
  background: linear-gradient(45deg, #23232a 25%, transparent 25%), linear-gradient(-45deg, #23232a 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #23232a 75%), linear-gradient(-45deg, transparent 75%, #23232a 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  }
  100% {
    background-position: 20px 20px, 20px 30px, 30px 10px, 10px 20px;
  }
}
.memory-image-obj {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.memory-image-obj.match {
  border: 2px solid #4CAF50;
}

.memory-image-header,
.memory-image-footer {
  position: absolute;
  left: 0;
  right: 0;
  height: 30px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.memory-image-header {
  top: 0;
}

.memory-image-footer {
  bottom: 0;
}

.progressbar {
  width: 100%;
  height: 20px;
  background: #23232a;
  border-radius: 10px;
  overflow: hidden;
  margin: 10px 0;
  border: 1px solid #444;
}

.progressbar-progress {
  height: 100%;
  background: linear-gradient(90deg, #7ecfff, #6bb8e6);
  width: 0%;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.games-footer {
  background: #1a1a1a;
  color: #7ecfff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  font-family: monospace;
  font-size: 14px;
}

.memory-difficulty {
  background: rgba(24, 24, 27, 0.9);
  padding: 30px 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  border: 1px solid rgba(35, 35, 42, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.memory-difficulty span {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 16px;
}
.memory-difficulty #difficulty-links {
  color: #e0e0e0 !important;
  font-size: 14px;
  margin: 15px 0 20px 0;
}
.memory-difficulty #difficulty-links a {
  color: #4fc3f7 !important;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-right: 15px;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(79, 195, 247, 0.1);
  border: 1px solid rgba(79, 195, 247, 0.3);
  transition: all 0.3s ease;
}
.memory-difficulty #difficulty-links a:hover {
  background: rgba(79, 195, 247, 0.2);
  border-color: rgba(79, 195, 247, 0.5);
  transform: translateY(-1px);
}
.memory-difficulty #difficulty-hint {
  color: #b0b0b0 !important;
  font-size: 14px;
  margin-top: 15px;
  min-height: 40px;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.memory-info {
  color: #d0d0d0 !important;
  font-size: 15px;
  line-height: 1.6;
  background: rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
}
.memory-info span {
  color: #4fc3f7 !important;
  font-weight: 600;
}

.memory-scores {
  background: rgba(35, 36, 42, 0.9);
  padding: 25px 30px;
  border-radius: 12px;
  margin: 20px 0;
  border: 1px solid rgba(68, 68, 68, 0.8);
  font-family: "Courier New", monospace;
  white-space: pre-wrap;
  color: #e0e0e0 !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  line-height: 1.6;
}

#games-memory-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin: 25px 0;
}

.games-footer {
  background: rgba(26, 26, 26, 0.9);
  color: #4fc3f7 !important;
  padding: 20px 25px;
  border-radius: 8px;
  margin-top: 20px;
  font-family: "Courier New", monospace;
  font-size: 16px;
  border: 1px solid rgba(79, 195, 247, 0.3);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  line-height: 1.5;
}
.games-footer .timer {
  color: #ff6b6b !important;
  font-weight: bold;
}

.progressbar {
  height: 30px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.progressbar-progress {
  height: 100%;
  background: linear-gradient(90deg, #4fc3f7, #29b6f6, #03a9f4);
  width: 0%;
  transition: width 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.fire-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #1a1a1a;
  min-height: 100vh;
}
.fire-page-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  margin: 2rem 0;
}

.fire-heading {
  font-size: 1rem;
  color: #ffffff !important;
  font-weight: 400;
  letter-spacing: normal;
  margin: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.fire-heading span {
  font-size: inherit;
  color: inherit !important;
}

.fire-second {
  font-size: 1rem;
  color: #cccccc !important;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 400;
  margin: 1.5rem 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.fire-second span {
  font-size: inherit;
  color: inherit !important;
}

.fire-third {
  font-size: 1rem;
  color: #e0e0e0 !important;
  font-weight: 400;
  max-width: 65ch;
  margin: 1.5rem auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.fire-third span {
  font-size: inherit;
  color: inherit !important;
}

@media (max-width: 768px) {
  .fire-heading,
  .fire-second,
  .fire-third {
    font-size: 1rem;
    margin: 1rem 0;
    padding: 0.75rem 1rem;
  }
  .fire-third {
    max-width: 90%;
  }
  .fire-page-container {
    padding: 1rem 0.5rem;
  }
  .fire-page-container img {
    margin: 1.5rem 0;
  }
}
.games-index {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.game-card {
  background: #23232a;
  border: 1px solid #444;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #7ecfff;
}
.game-card h3 {
  color: #e0e0e0;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.game-card p {
  color: #bbb;
  line-height: 1.5;
  margin-bottom: 20px;
}
.game-card img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
}
.game-card a {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}
.game-card a:hover {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.games-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}

.games-intro {
  text-align: center;
  margin-bottom: 2rem;
  color: #666;
  font-size: 1.1rem;
}

.availability-list {
  background: #18191c;
  margin: 2rem 0;
}

.availability-grid {
  background: #18191c;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 1rem;
}

.availability-card {
  background: #23242a;
  border: 1px solid #222;
  color: #f2f2f2;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.availability-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #7ecfff;
}

.availability-card-image {
  position: relative;
  width: 100%;
  height: 380px;
  background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
  overflow: hidden;
}
.availability-card-image .placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: blur(2px) brightness(0.7);
  transition: opacity 0.3s ease;
  z-index: 1;
}
.availability-card-image .real {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.availability-card-image .real.loaded {
  opacity: 1;
}
.availability-card-image .no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #999;
  font-size: 0.9rem;
  z-index: 3;
}

.availability-card-content {
  padding: 0.8rem;
  background: transparent;
  color: #f2f2f2;
}
.availability-card-content .botanical-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  margin-bottom: 0.3rem;
  line-height: 1.2;
}
.availability-card-content .common-name {
  color: #e0e0e0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
  line-height: 1.3;
  font-style: italic;
}

.availability-card-sizes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.availability-card-sizes .availability-card-size {
  background: #2d2d30 !important;
  color: #ffffff !important;
  border-radius: 6px;
  padding: 0.3rem 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  min-width: 2.5rem;
  text-align: center;
  transition: all 0.2s ease;
  border: 1px solid #404040 !important;
}
.availability-card-sizes .availability-card-size.out {
  background: #1a1a1a !important;
  color: #666 !important;
  border-color: #333 !important;
  -webkit-text-decoration: line-through;
  text-decoration: line-through;
  opacity: 0.7;
}

.prices-and-filter-section {
  background: #2d2d30;
  border: 1px solid #404040;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
.prices-and-filter-section .section-title {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 0;
}
.prices-and-filter-section .prices-filter-form {
  width: 100%;
}
.prices-and-filter-section .size-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
  gap: 1rem;
}
@media (max-width: 768px) {
  .prices-and-filter-section .size-options {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
}
.prices-and-filter-section .size-option {
  display: flex;
  align-items: center;
}
.prices-and-filter-section .size-checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem;
  background: #1a1a1a;
  border: 1px solid #333;
  border-radius: 6px;
  transition: all 0.2s ease;
}
.prices-and-filter-section .size-checkbox-label:hover {
  background: #23242a;
  border-color: #4cb74c;
}
.prices-and-filter-section .size-checkbox-label input[type=checkbox] {
  display: none;
}
.prices-and-filter-section .size-checkbox-label .checkbox-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #4cb74c;
  border-radius: 4px;
  margin-right: 0.75rem;
  position: relative;
  flex-shrink: 0;
  transition: all 0.2s ease;
}
.prices-and-filter-section .size-checkbox-label .checkbox-custom::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.prices-and-filter-section .size-checkbox-label input[type=checkbox]:checked + .checkbox-custom {
  background: #4cb74c;
}
.prices-and-filter-section .size-checkbox-label input[type=checkbox]:checked + .checkbox-custom::after {
  opacity: 1;
}
.prices-and-filter-section .size-checkbox-label .size-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.prices-and-filter-section .size-checkbox-label .size-info .size-name {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
.prices-and-filter-section .size-checkbox-label .size-info .size-price {
  color: #4cb74c;
  font-weight: 600;
  font-size: 1.2rem;
}

.growlist-filter,
.growlist-sort {
  background: #23242a;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #f2f2f2;
}
.growlist-filter .checkbox,
.growlist-sort .checkbox {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.growlist-filter .checkbox input[type=checkbox],
.growlist-sort .checkbox input[type=checkbox] {
  margin-right: 0.5rem;
}
.growlist-filter input[type=radio],
.growlist-sort input[type=radio] {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .availability-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }
  .availability-card-image {
    height: 360px;
  }
  .availability-card-content {
    padding: 0.6rem;
  }
  .availability-card-content .botanical-name {
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
    line-height: 1.2;
  }
  .availability-card-content .common-name {
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    line-height: 1.3;
  }
  .growlist-filter,
  .growlist-sort {
    padding: 0.75rem;
  }
  .growlist-filter .checkbox,
  .growlist-sort .checkbox {
    margin-right: 0.75rem;
  }
}
@media (max-width: 480px) {
  .availability-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .availability-card-image {
    height: 340px;
  }
  .availability-card-content {
    padding: 0.5rem;
  }
  .availability-card-content .botanical-name {
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    line-height: 1.1;
  }
  .availability-card-content .common-name {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
}
.box {
  background: #23242a;
  border: 1px solid #222;
  color: #f2f2f2;
}

input.input, .input {
  background: #23242a;
  color: #f2f2f2;
  border: 1px solid #333;
}

input.input::-moz-placeholder {
  color: #aaa;
}

input.input::placeholder {
  color: #aaa;
}

.carousel {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.carousel .carousel-inner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.carousel .carousel-inner .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: transform 0.6s ease-in-out;
}
.carousel .carousel-inner .carousel-item.active {
  display: block;
}
.carousel .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .carousel-inner .carousel-item .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.carousel .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  margin-bottom: 1rem;
  list-style: none;
}
.carousel .carousel-indicators button {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.carousel .carousel-indicators button.active {
  opacity: 1;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  background: none;
  border: 0;
  padding: 0;
}
.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  opacity: 0.9;
}
.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-prev .carousel-control-next-icon,
.carousel .carousel-control-next .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel .carousel-control-prev {
  left: 0;
}
.carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel .carousel-control-next {
  right: 0;
}
.carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.rainforest-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.rainforest-main {
  margin-bottom: 3rem;
}
.rainforest-main h3 {
  color: #4a9eff;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.rainforest-main small {
  color: #b0b0b0;
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}
.rainforest-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rainforest-main ul li {
  margin-bottom: 0.75rem;
}
.rainforest-main ul li a {
  color: #ffc000;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
  background: rgba(255, 192, 0, 0.1);
  border: 1px solid rgba(255, 192, 0, 0.2);
}
.rainforest-main ul li a:hover {
  background: rgba(255, 192, 0, 0.2);
  border-color: rgba(255, 192, 0, 0.4);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 192, 0, 0.2);
}

.section-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4a9eff, #ffc000);
  border-radius: 2px;
}

.external-links-section {
  margin-bottom: 3rem;
}

.external-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  grid-gap: 1.5rem;
  gap: 1.5rem;
  margin-top: 2rem;
}

.external-link-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 1.5rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
}
.external-link-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(74, 158, 255, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(74, 158, 255, 0.15);
}
.external-link-card .link-content {
  flex: 1;
}
.external-link-card .link-content h3 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  line-height: 1.3;
}
.external-link-card .link-content p {
  color: #b0b0b0;
  font-size: 0.9rem;
  margin: 0;
  font-style: italic;
}
.external-link-card .link-arrow {
  color: #4a9eff;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1rem;
  transition: transform 0.3s ease;
}
.external-link-card:hover .link-arrow {
  transform: translateX(4px);
}

.audio-section {
  margin-bottom: 2rem;
}

.audio-description {
  color: #b0b0b0;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.audio-player-container {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.audio-player {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .rainforest-container {
    padding: 1rem 0.5rem;
    margin: 0 0.5rem;
  }
  .rainforest-main h3 {
    font-size: 1.5rem;
  }
  .external-links-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .external-link-card {
    padding: 1rem;
  }
  .external-link-card .link-content h3 {
    font-size: 1.1rem;
  }
  .section-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .rainforest-container {
    padding: 0.75rem 0.25rem;
    margin: 0 0.25rem;
  }
  .external-link-card {
    flex-direction: column;
    text-align: center;
  }
  .external-link-card .link-arrow {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}
.forum-container {
  max-width: 1000px;
  margin: 2rem auto;
  padding: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.forum-header {
  background: linear-gradient(90deg, #4a9eff, #ffc000);
  padding: 1rem 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.forum-header .back-button {
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}
.forum-header .back-button:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.forum-header .back-button i {
  margin-right: 0.5rem;
}

.forum-content {
  padding: 2rem;
}

.forum-title-section {
  margin-bottom: 2rem;
  text-align: center;
}
.forum-title-section h2 {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.forum-title-section h4 {
  color: #b0b0b0;
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  font-style: italic;
}

.messages-section {
  margin-bottom: 2rem;
}
.messages-section .message-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.messages-section .message-item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(74, 158, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(74, 158, 255, 0.1);
}
.messages-section .message-item .row {
  margin-bottom: 0.75rem;
}
.messages-section .message-item .row:last-child {
  margin-bottom: 0;
}
.messages-section .message-item i {
  color: #4a9eff;
  margin-right: 0.5rem;
}
.messages-section .message-item strong {
  color: #ffffff;
  font-size: 1.1rem;
}
.messages-section .message-item small {
  color: #888;
  font-size: 0.9rem;
}
.messages-section .message-item .message-contents {
  color: #e0e0e0;
  line-height: 1.6;
  margin-top: 1rem;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border-left: 3px solid #4a9eff;
}
.messages-section .message-item .message-contents .edit-form-container {
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid rgba(74, 158, 255, 0.3);
}
.messages-section .message-item .message-contents .edit-form-container textarea {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 6px;
  width: 100%;
  padding: 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
}
.messages-section .message-item .message-contents .edit-form-container textarea:focus {
  border-color: #4a9eff;
  box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
  background: rgba(0, 0, 0, 0.5);
  outline: none;
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions .btn {
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions .btn.btn-primary {
  background: linear-gradient(135deg, #4a9eff, #3a8eef);
  border: none;
  color: #ffffff;
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions .btn.btn-primary:hover {
  background: linear-gradient(135deg, #3a8eef, #2a7edf);
  transform: translateY(-1px);
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.messages-section .message-item .message-contents .edit-form-container .edit-form-actions .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-1px);
}
.messages-section .message-item .message-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.messages-section .message-item a {
  color: #ffc000;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-left: 1rem;
}
.messages-section .message-item a:hover {
  color: #ffd700;
}
.messages-section .message-item a i {
  color: inherit;
}
.messages-section em {
  color: #888;
  font-style: italic;
  text-align: center;
  display: block;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 8px;
  border: 1px dashed rgba(255, 255, 255, 0.1);
}

.forum-actions {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.forum-actions .btn {
  background: linear-gradient(135deg, #4a9eff, #3a8eef);
  border: none;
  color: #ffffff;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(74, 158, 255, 0.3);
}
.forum-actions .btn:hover {
  background: linear-gradient(135deg, #3a8eef, #2a7edf);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 158, 255, 0.4);
}
.forum-actions .btn i {
  margin-right: 0.5rem;
}

.auth-links .btn {
  background: linear-gradient(135deg, #ffc000, #ffb000);
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 1rem;
}
.auth-links .btn:hover {
  background: linear-gradient(135deg, #ffb000, #ffa000);
  color: #1a1a1a;
}

.modal {
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
.modal .modal-content {
  background: linear-gradient(135deg, #2d2d2d, #3d3d3d);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.modal .modal-header {
  background: linear-gradient(90deg, #4a9eff, #ffc000);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 0 0;
}
.modal .modal-header .modal-title {
  color: #ffffff;
  font-weight: 600;
}
.modal .modal-header .close {
  color: #ffffff;
  opacity: 0.8;
}
.modal .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-body {
  color: #e0e0e0;
}
.modal .modal-body label {
  color: #ffffff;
  font-weight: 500;
}
.modal .modal-body input, .modal .modal-body textarea {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 6px;
}
.modal .modal-body input:focus, .modal .modal-body textarea:focus {
  border-color: #4a9eff;
  box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
}
.modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal .modal-footer .btn-default {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.modal .modal-footer .btn-default:hover {
  background: rgba(255, 255, 255, 0.2);
}
.modal .modal-footer .btn-primary {
  background: linear-gradient(135deg, #4a9eff, #3a8eef);
  border: none;
}
.modal .modal-footer .btn-primary:hover {
  background: linear-gradient(135deg, #3a8eef, #2a7edf);
}

.modal-backdrop {
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
}

.edit-message-section {
  margin-bottom: 2rem;
}
.edit-message-section .alert {
  background: rgba(220, 53, 69, 0.1);
  border: 1px solid rgba(220, 53, 69, 0.3);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.edit-message-section .alert h4 {
  color: #ff6b6b;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.edit-message-section .alert ul {
  margin: 0;
  padding-left: 1.5rem;
}
.edit-message-section .alert ul li {
  color: #ff9999;
  margin-bottom: 0.25rem;
}
.edit-message-section .edit-form-container {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 2rem;
}
.edit-message-section .edit-form-container .form-group {
  margin-bottom: 1.5rem;
}
.edit-message-section .edit-form-container .form-group .form-label {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.edit-message-section .edit-form-container .form-group .form-control {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 6px;
  padding: 0.75rem;
  font-family: inherit;
  font-size: 0.9rem;
  line-height: 1.5;
  width: 100%;
}
.edit-message-section .edit-form-container .form-group .form-control:focus {
  border-color: #4a9eff;
  box-shadow: 0 0 0 2px rgba(74, 158, 255, 0.2);
  background: rgba(0, 0, 0, 0.4);
  outline: none;
}
.edit-message-section .edit-form-container .form-group .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 2px rgba(220, 53, 69, 0.2);
}
.edit-message-section .edit-form-container .form-group .form-control::-moz-placeholder {
  color: #888;
}
.edit-message-section .edit-form-container .form-group .form-control::placeholder {
  color: #888;
}
.edit-message-section .edit-form-container .form-group .invalid-feedback {
  color: #ff6b6b;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  display: block;
}
.edit-message-section .edit-form-container .form-group textarea.form-control {
  resize: vertical;
  min-height: 200px;
}
.edit-message-section .edit-form-container .form-group .form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.edit-message-section .edit-form-container .form-group .form-check .form-check-input {
  margin: 0;
}
.edit-message-section .edit-form-container .form-group .form-check .form-check-label {
  color: #e0e0e0;
  margin: 0;
  cursor: pointer;
}
.edit-message-section .edit-form-container .edit-form-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.edit-message-section .edit-form-container .edit-form-actions .btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-text-decoration: none;
  text-decoration: none;
}
.edit-message-section .edit-form-container .edit-form-actions .btn.btn-primary {
  background: linear-gradient(135deg, #4a9eff, #3a8eef);
  border: none;
  color: #ffffff;
}
.edit-message-section .edit-form-container .edit-form-actions .btn.btn-primary:hover {
  background: linear-gradient(135deg, #3a8eef, #2a7edf);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 158, 255, 0.4);
}
.edit-message-section .edit-form-container .edit-form-actions .btn.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.edit-message-section .edit-form-container .edit-form-actions .btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .forum-container {
    margin: 1rem;
    border-radius: 12px;
  }
  .forum-header {
    padding: 1rem;
  }
  .forum-content {
    padding: 1.5rem;
  }
  .forum-title-section h2 {
    font-size: 2rem;
  }
  .message-item {
    padding: 1rem;
  }
  .edit-message-section .edit-form-container {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .forum-container {
    margin: 0.5rem;
  }
  .forum-content {
    padding: 1rem;
  }
  .forum-title-section h2 {
    font-size: 1.8rem;
  }
  .message-item {
    padding: 0.75rem;
  }
  .edit-message-section .edit-form-container {
    padding: 1rem;
  }
  .edit-message-section .edit-form-container .edit-form-actions {
    flex-direction: column;
  }
  .edit-message-section .edit-form-container .edit-form-actions .btn {
    width: 100%;
  }
}
