body {
  background: orange;
  font-family: Helvetica;
  color: black;
  margin: 0px;
}

.cwrapper { 
  text-align:left;
  width: 80%;
  margin-right:auto;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .cwrapper {
    width: 98%;
  }
}

.center-text {
  text-align: center;
}

.left-text {
  text-align: left;
}

.right-text {
  text-align: right;
}


.nav {
  background: royalblue;
  height: 70px;
  width: 100%;
  text-align: center;

}

.menu-button {
  position: relative;
  font-size: 28px;
  line-height: 2;
}

.logo {
  margin: 10px 0px 0px 0px;
}

.alerts {
  background: whitesmoke;
  color: black;
  width:100%;
  filter: drop-shadow(2px 4px 6px grey);
  margin: 20px 0px;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 20px;
}

.card {
  border-radius: 5px;
  /*margin: 20px 0px 0px 0px;*/
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.multicard_wrapper {
  margin: 20px 0px 0px 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.multicard_pagetitle {
  background: none;
  color: black;
  text-align: center;
  font-size: 30px;
}

.multicard {
  background-color: whitesmoke;
  color: black;
  border-radius: 5px;
  display: inline-block;
  margin: 10px;
}

/*.multicard:hover {
  background: floralwhite;
}
*/
.multicard_titlebox {
  padding: 20px;
}

.multicard h2 {
  text-align: center;
}

.multicard_image {
  object-fit: cover;
  vertical-align: middle;
  height: 300px;
  width: 300px;
  padding: 20px;
  padding-top: 0px;
  max-width: 75vw;
}

.card_content {
  text-align: left;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.card_content p {
  margin-top: 0px;
}

.card_title {
  padding: 20px 20px 20px 20px;
}

.button {
  background: #0084ff;
  border: none;
  border-radius: 5px;
  width: 120px;
  height: 80px;
  font-size: 100%;
/*  text-transform: uppercase;*/
  font-weight: bold;
  color: #fff;
  display: inline-block;
  white-space: normal;
  margin-top: 5px;
  line-height: 140%;
  vertical-align: text-top;
  filter: brightness(50%);
}

.wrapper {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail {
  max-width: 300px;
  border-radius: 5px;
  object-fit: cover;
  height: 50vh;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgatr, .imgatr a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  filter: opacity(70%);
  margin-top: 2px;
}

@media only screen and (max-width: 600px) {

  .button {
    width: 45%;
    height: 120px;
    font-size: 20px;
  }
  h1 {
    font-size: 26px;
  }
  .cmnt {
      font-size: 10px;
      color: lightgreen;
      top: 0;
      right: 0;
      position: absolute;
  }
  .thumbnail {
    max-width: none;
    object-fit: cover;
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
  }
  .card {
    width: 100%;
    /*max-height: 100%;*/
  }

  .card_content {
    text-align: left;
    width: 100%;
    font-size: 20px;
  }

  .imgatr, .imgatr a {
    text-align: right;
  }
}

.button:focus {
  background: pink;
  filter: none;
}

a {
  color: blue;
}

.imgatr-list {
  margin-top: -20px;
  margin-right: 20px;
}

.imgatr-list a{
  color: black;
  filter: opacity(40%);
}

.sentence {
  text-decoration: none;
  color: white;
  font-size: 20px;
}

.filters_container > label > input {
  display: none;
}

.filters_container > label > span {
    background: #262626;
    padding: 6px;
    border-radius: 16px;
    margin: 6px 4px;
    display: inline-block;
    color: white;
    border: white solid 1px;
}

:checked + span {
/*    font-weight: bold;*/
    filter: invert(90%);
}

.filters_container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: none;
}

.random_hobby_button {
  top: 0;
  text-align: right;
  position: fixed;
  margin: 0;
  width: 100%;
  background-color: blue;
  font-size: 20px;
  text-decoration: none;
  color: white;
}

.order_button {
  bottom: 0;
  position: fixed;
  background-color: black;
  padding: 30px 10px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  color: white;
  width: 90%;
  bottom: 10px;
  border-radius: 5px;
}

.amazon_affiliate_disclamer {
font-size: 12px;
margin: 0px;
opacity: 60%;
margin-bottom: -8px;
margin-top: 8px;
color: white;
}

.widget_wrapper {
  background: black;
  width: 100%;
}

.widget {
  padding: 8px 0px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.widget_item {
  margin-left: 8px;
  background: white;
  width: 85%;
  height: 105px;
  color: black;
  display: inline-block;
  overflow-x: none;
  overflow-y: none;
  white-space: normal;
  float: left;
  font-family: Arial,sans-serif;
  line-height: 15px;
  font-size: 12px;
  word-wrap: normal;
}

.widget-item-image-container {
  display: table;
  float: left;
  margin-right: 10px;
  height: 105px;
  width: 85px;
  position: relative;
  z-index: 2;
  color: transparent;
  cursor: pointer;
}

.widget-item-image-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.widget-item-image {
  object-fit: cover;
  width: 6.4rem;
  height: 6.4rem;
  vertical-align: middle;
  max-height: 85px;
}

.widget-item-info-container {
  display: table;
  height: 100%;
}

.widget-item-info {
  display: table-cell;
  vertical-align: middle;
}


.widget-item-title {
  display: inline-block;
}

.widget-item-attr-container {
  margin-top: 7.5px;
}

.widget-item-price {
  font-family: Arial,sans-serif;
  box-sizing: border-box;
}

.widget-item-offer-price {
  font-weight: bold;
  padding-right: 7.5px;
  font-size: 12px;
}

.widget-item-rating {
  display: block;
  margin-top: 6px;
}

.widget-item-stars {
  font-size: 10px;
}

.menu-button-wrap {
  background: white;
  top: 10px;
  left: 10px;
  height: 57px;
  border-radius: 20px;
  text-align: center;
}


.menu-button {
  position: relative;
  font-size: 28px;
  line-height: 2;
}

table {
  width: 100%;
}

/*table td:nth-child(even) {
  text-align: right;
}*/


.improveTag {
  text-align: center;
  background: black;
  color: white;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 2px;
  position: relative;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}

.randomFormWrapper {
  text-align: center;
/*  overflow: hidden;*/
  margin: 10px 0px;
}

.multicard_formfield {
  line-height: 2.2;
  font-size: 18px;
}

.multicard_formbtn_genereate {
  padding: 10px;
}

.footer {
  color: black;
}

.subreddit {
  background: red;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  position: absolute;
  right: 2px;
  margin-top: -74px;
}

.hobby-page-title {
  text-align: center;
  font-size: 30px;
}

.hobby-page-bg {
  filter: blur(55px);
  z-index: -9;
  width: 90px;
  height: 90px;
  margin-left: auto;
  margin-right: auto;

}

.hobby-page-bg img {
  width: 100%;

}

.exit-button {
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 28px;
  padding: 0px 10px;
  color: white;
  filter: opacity(50%);
}

.multicard_card_title {
  color: black;
}

.subscription-form-field {
  width: 70%;
  height: 2rem;
  margin: 10px 0px;
  font-size: 18px;
  text-indent: 10px;  
}

.subscription-form-button {
  width: 25%;
  height: 2.4rem;
  margin: 10px 0px;
  font-size: 18px;
}


.highlighted-hobby-in-title {
  color: white;
  background: black;
}

.hobby-page-image-items-wrapper {
  text-align: center;
}


.hobby-title-button {
  cursor: pointer;
  font-size: 28px;
  border: 0px solid;
  background: black;
  color: white;
  border-radius: 4px;
}

.hobby-image {
  width: 200px;
  border-radius: 5px;
  margin-bottom: -5px;
  margin-left: 3px;
}

.mylist_card {
  border-radius: 5px;
  margin: 4px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.mylist_card_title {
  margin: 0px;
  font-size: 40px;
  position: absolute;
  max-width: 100%;
  border-radius: 5px 0px 0px 0px;
  padding: 10px;
  color: white;
  background: black;
}

@media only screen and (max-width: 600px) {
  .mylist_card_title {
    font-size: 30px;
  }
}

.mylist_thumbnail {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;

}

@media only screen and (max-width: 600px) {
  .mylist_thumbnail {
    height: 200px;
  }
}

.mylist_imgatr {
  color: white;
  text-decoration: none;
  margin-top: 0px;
  font-size: 14px;
  text-align: left;
  text-indent: 10px;
  border-radius: 0px 0px 5px 5px;
}

.footer-links-table {
  width: 100%;
  margin-top: -10px;
}

.footer-links-table td {
  vertical-align: top;
  width: 50%;
  margin-left: 0;
}

.footer-links-table p {
  width: 25%;
  display: inline-block;
  vertical-align: text-top;
  margin: 5px 0px;
}

@media only screen and (max-width: 600px) {
  .footer-links-table p {
  width: 50%;
  }
}

.footer-links-table a {
  color: black;

}

.equipment-items-wrapper {
  text-align:center; display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px;
}

@media only screen and (min-width: 601px) {
  .equipment-items-wrapper {
    grid; grid-template-columns: repeat(5, 1fr); grid-gap: 10px;
  }
}

#equipment-section {
  display: none;
}

.save-button {
  text-align: center;
  line-height: 2;
  cursor: pointer;
  border-radius: 35px;
  padding: 0px 10px;
  box-sizing: border-box;
  background: white;
  font-size: 16px;
}


.save-button:hover {
  background: red;
  color: white;
  /*font-size: 30px;*/
}

.save-button:active {
  /*background: white;*/
  /*font-size: 28px;*/
}

.save-button-form-hobby-page {
  margin-top: 10px;
}

@media only screen and (min-width: 601px) {
  .save-button-form-hobby-page {
    margin-top: -50px;
  }
}

.adbox-hobby-page {
  display: inline-block; 
  vertical-align: bottom; 
  margin-right: auto; 
  margin-left: auto; 
  background: white;
  height:50px; 
  width:220px;position: absolute; 
  z-index: 1; 
  margin-top: 10px;
}

@media only screen and (min-width: 601px) {
  .adbox-hobby-page {
    display: none;
  }
}

.side-ads-google {
    display: none;
}

@media screen and (min-width: 940px) {
    .side-ads-google {
        display: block;
        /*background:white; */
        position: absolute; 
        width:300px; 
        height:430px;
    }
}
@media screen and (min-width: 1140px) {
    .side-ads-google {
        width:400px; 
    }
}
@media screen and (min-width: 1440px) {
    .side-ads-google {
        width:500px; 
    }
}

#save-form-wrapper {
  display: none;
}

.hobbycard-amazon-book-sections {
  background: white;
  position: absolute;
  margin-top: -205px;
  padding: 5px;
  right: 40px;
  border-radius: 5px;
  margin-left: 250px;
  /* width: 100%; */
  font-size: 12px;
  max-width: 50%;
}

@media only screen and (min-width: 601px) {
  .hobbycard-amazon-book-sections {
    font-size: 16px;
  }
}

.hobbycard-readmore-button {
  position: absolute;
  bottom: 30px;
  font-weight: bold;
  background: white;
  padding: 5px;
  font-size: 28px;
  margin-left: auto;
  right: 0px;
  border-radius: 5px; 
}

@media only screen and (min-width: 601px) {
  .hobbycard-readmore-button {
      font-size: 30px;


  }
}

.hobbycard-amazon-equip-box {
  color: blue;
  background:white;
  padding: 2px;
  font-size:12px;
}

@media only screen and (min-width: 601px) {
  .hobbycard-amazon-equip-box {
    font-size: 16px;
  }
}


.form-fields {
  vertical-align:middle;
  font-size: 20px;
  padding: 10px;
  margin: 4px;
  filter: drop-shadow(2px 4px 6px grey);
}

.form-buttons {
  vertical-align:middle;
  font-size: 30px;
  line-height: 2;
  padding: 2px 20px;
  margin: 20px;
  border: none;
  background: black;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  filter: drop-shadow(2px 4px 6px grey);
}


.mylist_card_2col {
  display:inline-block;
  width:49.2%
}

@media only screen and (min-width: 601px) {
  .mylist_card_2col {
    width: 49.3%;
  }
}

.hobbycard-readmore-button-extraordinary {
    filter: drop-shadow(2px 2px 4px rgba(0, 123, 255, 0.3)); /* Softer shadow */
    background: linear-gradient(135deg, #00509e, #6ea8fe); /* Muted blue gradient */
    color: white;
    padding: 10px 20px; /* Original padding */
    font-weight: bold;
    border-radius: 5px; /* Original border-radius */
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    text-decoration: none;
    font-family: 'Merriweather', serif; /* A font commonly used for readability */
    font-size: 1.5em; /* Original font size */
    line-height: 1.5;
    letter-spacing: 0.5px;
    display: inline-block;
}

.hobbycard-readmore-button-extraordinary:hover {
    background: linear-gradient(135deg, #003d7a, #5b94e6); /* Slightly darker on hover */
    color: white;
    transform: scale(1.05); /* Original transform scale */
    box-shadow: 0 6px 12px rgba(0, 123, 255, 0.2); /* Softer shadow on hover */
    text-decoration: none;
}

.hobbycard-readmore-button-extraordinary:active {
    transform: scale(1.03); /* Original transform scale */
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3); /* Softer shadow when active */
}

.hobbycard-readmore-button-extraordinary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3); /* Focus state with softer color */
}

.loading-card {
    background: #f0f0f0; /* Light gray background for loading effect */
    width: 340px;
    min-height: 400px;
    border-radius: 8px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.loading-card-image {
    background: #dcdcdc; /* Slightly darker gray to represent an image */
    height: 180px;
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    overflow: hidden;
}

.loading-card-image::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    animation: loadingShimmer 1.5s infinite;
}

.loading-card-content {
    flex: 1;
    padding: 20px;
    background: #f0f0f0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    overflow: hidden;
}

.loading-card-content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    left: -100%;
    animation: loadingShimmer 1.5s infinite;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@keyframes loadingShimmer {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

/*Homepage related (some are above this. They should be moved here)*/

.hp-responsive-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 10px;
    align-items: center;
    margin: 20px auto;
    max-width: 1200px;
}

.hp-hobby-buttons {
    display: inline-block;
}

.hp-multicard_formbtn:nth-child(odd) {
  background: black;
  color: white;
}


.hp-multicard_formbtn {
    cursor: pointer;
    background: white;
    color: black;
    display: inline-block;
    width: fit-content;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    margin: 10px;
    font-size: 18px;
    border: none;
}

.hp-multicard_formbtn.special {
    color: white;
    background: blue;
    animation: pulse 2s infinite;
    margin: 5px 10px;
    margin-bottom: 10px;
    padding: 20px 30px;
}


.hp-ad-container {
    display: flex;
    justify-content: center;
}

.hp-disabled {
    background: grey !important;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 768px) {
    .hp-responsive-grid {
        grid-template-columns: 1fr;
        gap: 0px;
        margin-top: 0px;
    }

    .hp-hobby-buttons, .hp-ad-container {
        text-align: center;
    }
}

.homepage-sidead-space { 
    border-radius: 0px 5px 5px 0px;
    width: 480px; /* Default width */
    height: 100px;
/*    background: white;*/
    position: absolute;
    margin-top: -95px;
    left: 0;
}

.homepage-sidead-space2 { /* right side ad div */
    left: unset;
    right: 0;
    border-radius: 5px 0px 0px 5px;
}

/* Larger screens first to smaller screens */

/* Extra-large screens (4K and higher) */
@media screen and (min-width: 2560px) {
    .homepage-sidead-space {
        width: 1000px;
    }
}

/* Large desktop screens (between 1920px and 2559px) */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .homepage-sidead-space {
        width: 700px;
    }
}

/* Mid-size desktop screens (between 1440px and 1919px) */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .homepage-sidead-space {
        width: 470px;
    }
}

/* Small desktop screens (between 1280px and 1439px) */
@media screen and (min-width: 1280px) and (max-width: 1439px) {
    .homepage-sidead-space {
        width: 370px;
    }
}

/* Laptops (between 1024px and 1279px) */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .homepage-sidead-space {
        width: 280px;
    }
}

/* Tablets (between 768px and 1023px) */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .homepage-sidead-space {
        width: 200px;
    }
}

/* Up to 767px) */
@media screen and (max-width: 768px) {
    .homepage-sidead-space {
        display: none; /* Hide on smaller screens */
    }
}

.onlytextformat-wrapper {
    margin-left: auto;
    margin-right: auto;
    min-height: 250px ;
}

.onlytextformat {
    padding: 2px;
    box-sizing: border-box;
    background: white;
    color: black;
    font-size: 18px;
}


/* General styles for the label to match buttons */
.textOnlyToggle-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px; /* Adjust font size to match buttons */
    color: #333; /* Text color */
    margin: 5px;
    padding: 10px 15px;
    background-color: #f3f3f3; /* Light background color */
    border: 2px solid #dcdcdc; /* Light border color */
    border-radius: 5px; /* Rounded corners to match buttons */
    transition: background-color 0.3s ease, border-color 0.3s ease; /* Smooth transitions */
}

/* Styling for hover state to match button hover */
.textOnlyToggle-label:hover {
    background-color: #e0e0e0; /* Darker background on hover */
    border-color: #007bff; /* Change border color to indicate focus */
}

/* Hide default checkbox and add custom styling */
.textOnlyToggle-checkbox {
    appearance: none; /* Remove default checkbox appearance */
    width: 20px;
    height: 20px;
    border: 2px solid #007bff; /* Border color to match buttons */
    border-radius: 3px; /* Slightly rounded corners */
    margin-right: 8px; /* Space between checkbox and label text */
    position: relative;
    cursor: pointer;
}

/* Styling for the checkbox when checked */
.textOnlyToggle-checkbox:checked {
    background-color: #007bff; /* Background color when checked */
    border-color: #007bff; /* Border matches background */
}

/* Custom tick mark for the checkbox */
.textOnlyToggle-checkbox:checked::after {
    content: '✔'; /* Checkmark symbol */
    position: absolute;
    left: 2px;
    top: 0;
    font-size: 16px;
    color: white;
    line-height: 18px; /* Aligns tick in the middle */
}

/* Checkbox focus styling for accessibility */
.textOnlyToggle-checkbox:focus {
    outline: none;
    box-shadow: 0 0 5px #007bff;
}


/* Simple styling for the +/- buttons */
.font-control-button {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px;
    margin-left: 5px;
    border: 1px solid #007bff;
    border-radius: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.font-control-button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

.font-control-button:hover:not(:disabled) {
    background-color: #e0e0e0;
}


.textOnlyWrapper {
    display:inline-block;
    position: absolute;
    top:0;
    right: 0;
}


/* Up to 767px) */
@media screen and (max-width: 768px) {
    .textOnlyWrapper button {
        display:none;
    }

    .textOnlyWrapper {
      margin-top: 60px;
       display: unset; 
       position: unset; 
      top: unset;
       right: unset; 
    }
    .textOnlyWrapper .textOnlyToggle-label{
        padding: 4px 15px;
    }
}

/*Homepage end*/

.youtube-subscribe-button-in-header {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* Amazon ad on homepage */
.amazon-banner-link {
    text-decoration: none; /* Removes underline from links */
    color: inherit; /* Inherits text color from parent or global settings */
}

.amazon-banner {
    background: linear-gradient(135deg, #0066cc, #004488);
    color: white;
    text-align: center;
    padding: 10px;
    border-radius: 8px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    box-sizing: border-box;
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.ad-tag {
    background-color: #ffffff;
    color: #004488;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 3px;
    position: absolute;
    top: 5px;
    right: 5px;
    text-transform: uppercase;
}

.banner-text, .disclaimer {
    margin: 1px 0;
    padding: 0;
}
