body {
    font-size: 18px;
    line-height: 26px;
}

.contest-confetti {
    display: block;
    position: absolute;
    width: 100%;
    height: 122px;
    background-image: url(../img/contest-confetti.png);
    background-repeat: repeat-x;
    z-index: 1;
    top: 10px;
}

h1 {
    font-size: 40px;
    line-height: 53px;
}

.hero-col {
    max-width: 540px;
    height: 100%;
    display: flex;
    align-items: center;
}

.header-row {
    display: none;
}

.section-1 .landing-graphic.healthyweight {
    background-image: url(../img/banner-healthy-weight-happy-pup.png);
}

.sub-heading {
    font-family: 'youngserifregular';
    font-feature-settings: "liga" 0;
    font-size: 44px;
    line-height: 48px;
    color: var(--chocolate-lab);
}

.medium-heading {
    font-family: 'youngserifregular';
    font-feature-settings: "liga" 0;
    font-size: 24px;
    line-height: 30px;
    color: var(--chocolate-lab);
}

.contest-countdown {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding-bottom: 50px;
}

.contest-countdown .medium-heading {
    align-self: center;
}

.contest-entry .section-3 .contest-countdown {
    gap: 10px;
    flex-direction: column;
}

.contest-entry .section-3 .contest-countdown .medium-heading {
   display: none;
}

.flipdown.flipdown__theme-dark .rotor, .flipdown.flipdown__theme-dark .rotor-top, .flipdown.flipdown__theme-dark .rotor-leaf-front {
    background-color: var(--chocolate-lab);
}

.flipdown.flipdown__theme-dark .rotor-bottom, .flipdown.flipdown__theme-dark .rotor-leaf-rear {
    background-color: var(--chocolate-lab);
}

.flipdown.flipdown__theme-dark .rotor:after {
    border-top: solid 1px #896B6F;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: var(--chocolate-lab);
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before, .flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
    background-color: var(--chocolate-lab);
}

.section-3 .content-container {
    align-items: center;
}

.section-5 .section5-header {
    max-width: 1300px;
    padding-bottom: 90px;
}

.section-5 .sub-heading {
    padding-bottom: 20px;
}

.review-slider .review-img-container {
    position: relative;
}

.review-slider.ambassadors .review-img-container {
    min-height: 120px;
    background-color: var(--grey-border);
    background-image: url(../img/confetti-bg-1.png);
    background-size: cover;
    padding: 20px;
}

.review-slider.ambassadors .review-points {
    position: relative;
    display: inline-block;
    top: inherit;
    left: inherit;
}

.review-slider.ambassadors .review-img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.review-slider.ambassadors > :nth-child(3n+1) > .review-img-container {
    background-image: url(../img/confetti-bg-1.png);
}

.review-slider.ambassadors > :nth-child(3n+2) > .review-img-container {
    background-image: url(../img/confetti-bg-2.png);
}

.review-slider.ambassadors > :nth-child(3n) > .review-img-container {
    background-image: url(../img/confetti-bg-3.png);
}

.review-img-container .review-points {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: var(--wet-nose);
    padding: 8px 10px 8px 8px;
    background-color: var(--white);
    border-radius: 100px;
    position: absolute;
    top: 15px;
    left: 15px;
    padding-left: 36px;
    display: flex;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.review-img-container .review-points span {
    
}

.review-points::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
    width: 22px;
    height: 22px;
    display: block;
    background-image: url(../img/icon-points-star.svg);
    background-repeat: no-repeat;
}

.review-owner {
    color: var(--chocolate-lab);
    font-size: 16px;
}

.review-owner .badge-img {
    width: 18px !important;
    height: auto !important;
}

.section-5 .review-box-inner.custom-padd {
    padding: 25px 15px 15px 15px;
}

.brought-toyou {
    position: absolute;
    padding: 40px;
    bottom: 110px;
    color: var(--white);
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 11;
}

/* Enable pointer events on all direct children */
.brought-toyou .brought-text {
    pointer-events: auto;
}

.section-1 .content {
    position: relative;
    z-index: 12;
}

.brought-toyou .brought-text {
    font-weight: 300;
    padding-bottom: 12px;
}

.brought-toyou .prize-peekaboo {
    display: none;
    right: 120px;
    left: inherit;
    bottom: 60px;
}

.image-countdown {
    position: absolute;
    bottom: 40px;
}

.main-btn {
    background-color: var(--wet-nose);
    padding: 15px 50px;
    display: inline-block;
    color: var(--white);
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 55px;
    border: 0px;
    text-align: center;
}

.main-btn:hover {
    color: var(--white);
    text-decoration: none;
}

.main-btn:visited {
    color: var(--white);
    text-decoration: none;
}

.vote-buttons {
    position: relative;
    margin-top: -48px;
    margin-bottom: 20px;
    text-align: center;
}

.main-btn.vote-btn {
    font-size: 18px;
    padding: 10px 20px;
}

.section-6 .main-btn {
    margin-top: 60px;
    background-color: var(--outside);
    padding: 20px 100px;
    border-radius: 65px;
}

/* PRIZE TICKER */

.prize-ticker-container {
    position: absolute;
    bottom: 0px;
    z-index: 2;
    overflow: hidden;
    padding: 15px 0;
    background-color: #ffffff;
    width: 100%;
}

.prize-peekaboo {
    font-family: 'youngserifregular';
    font-feature-settings: "liga" 0;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    position: absolute;
    bottom: 150px;
    left: 15px;
    z-index: 3;
}

.peekaboo-arrow {
    position: absolute;
    top: 10px;
    right: -70px;
}

.prize-ticker-content {
    display: flex;
    gap: 50px;
    white-space: nowrap;
    transition: transform 0.1s linear;
}

.prize-ticker-content .prize-ticker-item:first-child {
    padding-left: 20px;
}

.prize-ticker-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.prize-ticker-icon {
    width: 50px;
    height: 50px;
}

.prize-ticker-text {
    font-family: 'Lato', sans-serif;
    font-feature-settings: "liga" 0;
    font-size: 16px;
    font-weight: bold;l
    line-height: 24px;
    color: var(--chocolate-lab);
}

.prize-ticker-logo {
    height: auto;
}


.contest-form-container {
    height: 100%;
    display: flex;
    align-items: center;
}

.contest-form {
    margin: 0px auto;
    width: 100%;
    max-width: 600px;
    text-align: center;
}

.contest-form-section .prize-peekaboo {
    display: inline-block !important;
}

.contest-form-section .community-achievements {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contest-form p {
    color: var(--white);
}

.contest-form .signup_form {
    text-align: center;
}

.contest-form-heading {
    padding-bottom: 15px;
}

.contest-form .form-actions {
    padding-top: 10px;
}

#newentry_control_activationcodefields {
    text-align: center;
}

.contest-form p > a, .contest-form p > a:visited {
    color: var(--white);
}

.contest-form p > a:hover {
    color: #ffebec;
}

.contest-form .controls {
    text-align: center;
}

.contest-form .controls .description {
    font-size: 16px;
    line-height: 20px;
}

.contest-form .controls .description a {
    text-decoration: underline;
}

.chosen {
    width: 100%; /* Matches input width */
}

.chosen-container {
    display: inline-block;
    font-size: 16px;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--grey-border);
}

/* Dropdown hidden by default */
.chosen-container .chosen-drop {
    display: none;
    background: #ffffff;
    border: 1px solid #999;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
    z-index: 1060;
    margin-top: -1px;
    position: absolute;
    top: 100%;
    left: -9999px; /* Ensures dropdown is hidden by default */
}

/* Override for active Chosen elements */
.chosen-container-active .chosen-drop,
.chosen-container.chosen-with-drop .chosen-drop {
    display: block !important;
    left: 0;
    right: 0;
    top: 100%;
}

/* Styling for selected dropdown element */
.chosen-container-single .chosen-single {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #ffffff;
    border-radius: 10px;
    color: var(--chocolate-lab);
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    min-height: 48px; /* Ensures consistent height */
    line-height: 1.5;
}

.chosen-container-single .chosen-single span {
    line-height: normal;
    display: block;
    margin-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Adjust arrow icon position */
.chosen-container-single .chosen-single div {
    position: absolute;
    right: 10px;
    width: 18px; /* Ensures consistent width */
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
}

/* Input search styling with SVG icon */
.control-group .chosen-container .chosen-search input {
    width: 100% !important;
    padding: 12px 45px 12px 15px !important; /* Adds padding on the right for the icon */
    border: 1px solid var(--grey-border) !important; /* Soft grey border */
    border-radius: 10px !important;
    background-color: #ffffff !important;
    font-family: 'Nunito', sans-serif !important;
    font-weight: 500 !important;
    color: #444444 !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1) !important;
    min-height: 45px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17"><g clip-path="url(%23clip0_9849_7301)"><path d="M7.73695 0C3.46412 0 0 3.38818 0 7.56734C0 11.7465 3.46412 15.1347 7.73695 15.1347C9.32416 15.1347 10.8002 14.6667 12.0283 13.8643L14.9034 16.6764C15.1238 16.8919 15.4128 17 15.7025 17C15.9915 17 16.2806 16.8919 16.5016 16.6764L16.6698 16.5119C17.1112 16.0801 17.1112 15.3811 16.6698 14.9494L13.8565 12.1977C14.8705 10.9179 15.4739 9.31179 15.4739 7.56734C15.4732 3.38818 12.0098 0 7.73695 0ZM7.73695 12.7839C4.79595 12.7839 2.40278 10.4439 2.40278 7.56667C2.40278 4.69014 4.79526 2.35011 7.73695 2.35011C10.6786 2.35011 13.0711 4.69014 13.0711 7.56734C13.0704 10.4439 10.678 12.7839 7.73695 12.7839Z" fill="%23B9B9B9"/></g><defs><clipPath id="clip0_9849_7301"><rect width="17" height="17" fill="white"/></clipPath></defs></svg>') !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 15px) center !important; /* Centers icon vertically and positions it on the right */
    background-size: 17px 17px;
}

/* Hide the existing icon container for dropdown */
.chosen-container-single .chosen-single div {
    display: none;
}

/* Results style */
.chosen-container .chosen-results li.active-result {
    padding: 12px;
    font-size: 16px;
    line-height: 1.5;
    color: #444444;
    cursor: pointer;
    border-radius: 5px;
    text-align: left;
}

.chosen-container .chosen-results li.highlighted {
    background-color: var(--chocolate-lab);
    color: white;
}

.chosen-container .chosen-results li.group-result {
    padding-left: 15px;
    font-weight: bold;
    color: #999;
}

/* Hide the existing icon container */
.chosen-container-single .chosen-single div {
    display: none;
}

/* Add SVG as background image for the dropdown arrow */
.chosen-container-single .chosen-single {
    position: relative;
    padding-right: 35px; /* Add space for the new SVG arrow */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" fill="none" viewBox="0 0 19 11"><path d="M17 2L9.5 9L2 2" stroke="%23583539" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center; /* Position the SVG on the right */
    background-size: 19px 11px;
}

.chosen-container .search-choice-close {
    display: none !important;
}

.contest-photo-upload-button {
    position: relative;
  width: 250px;
  height: 250px;
  background-color: white;
  border: 4px solid #cdc0c2;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0px auto;
  overflow: hidden;
}

.limitmeter {
    color: var(--white);
}

.contest-photo-upload-button .contest-confetti {
    background-size: 350px auto;
    top: 4px;
}

.contest-photo-upload-icon {
  width: 150px;
  height: 150px;
}

/* Cropper Overlay Styles */
.cropper-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

#crop-container {
  width: 90vw;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#image {
  max-width: 100%;
  max-height: 90%;
  object-fit: contain;
}

.cropper-overlay-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: white;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Style for Submit Photo Button */
.cropper-overlay .main-btn {
  margin-top: 20px;
  cursor: pointer;
  align-self: center;
}

.main-btn.pink {
    background-color: var(--wet-nose);
}

.main-btn.back-btn {
    padding: 15px;
    width: 55px;
    height: 55px;
    background-color: transparent;
    border: 2px solid #ffffff;
    margin-right: 12px;
    line-height: 1px;
    vertical-align: top;
}

.contest-form .controls select {
    position: relative;
    padding-right: 35px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="11" fill="none" viewBox="0 0 19 11"><path d="M17 2L9.5 9L2 2" stroke="%23583539" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 19px 11px;
    width: 100% !important;
    appearance: none; /* Hides the default arrow */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
}

.loading-overlay {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 1000; /* Overlay appears above other elements */
    justify-content: center;
    align-items: center;
}

/* Centered animation container */
#loadingAnimation {
    width: 150px; /* Adjust size as needed */
    height: 150px;
}

.bio-text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 15px;
    font-weight: 300;
}

.share-text {
    font-size: 20px;
    line-height: 32px;
    padding-top: 15px;
    font-weight: 400;
}

.stat-engagement .share-text {
    padding-top: 0px;
}

.submitted-text {
    font-size: 20px;
    line-height: 24px;
    padding-top: 6px;
    font-weight: 300;
    letter-spacing: 1px;
}

.entry-actions {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.stat-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.stat-list > li {
    margin-right: 20px;
}

.stat-list .stat-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 15px;
    text-align: center;
    padding: 12px;
    color: var(--chocolate-lab);
    min-width: 100px;
    margin-bottom: 15px;
}

.stat-list .stat-count {
    font-size: 30px;
    font-weight: 300;
    color: var(--wet-nose);
    min-height: 24px;
}

.stat-list .stat-label {
    font-size: 14px;
    margin-top: 10px;
}

.stat-list .rank-badge {
    width: 45px;
    height: auto;
    margin-top: -45px;
}

.contest-entry .hero-col {
    position: relative;
}

.contest-entry .brought-toyou {
    bottom: 0px;
}

.contest-entry .prize-peekaboo {
    margin-top: 100px;
    position: relative;
    color: var(--chocolate-lab);
    bottom: inherit;
    left: inherit;
}

.flipdown.smaller {
width: 330px;
height: 70px;
}

.flipdown.smaller .rotor {
font-size: 2.2rem;
margin-right: 3px;
}

.flipdown.smaller .rotor,
.flipdown.smaller .rotor-leaf,
.flipdown.smaller .rotor-leaf-front,
.flipdown.smaller .rotor-leaf-rear,
.flipdown.smaller .rotor-top,
.flipdown.smaller .rotor-bottom,
.flipdown.smaller .rotor:after {
width: 30px;
}

.flipdown.smaller .rotor-group {
padding-right: 20px;
}

.flipdown.smaller .rotor-group:last-child {
padding-right: 0px;
}

.flipdown.smaller .rotor-group-heading:before {
font-size: 0.8rem;
height: 20px;
line-height: 20px;
}

.flipdown.smaller .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.smaller .rotor-group:nth-child(n+2):nth-child(-n+3):after {
left: 69px;
}

.flipdown.smaller .rotor-group:nth-child(n+2):nth-child(-n+3):before {
bottom: 13px;
height: 8px;
width: 8px;
}

.flipdown.smaller .rotor-group:nth-child(n+2):nth-child(-n+3):after {
bottom: 29px;
height: 8px;
width: 8px;
}

.flipdown.smaller .rotor-leaf-front,
.flipdown.smaller .rotor-top {
line-height: 50px;
}

.flipdown.smaller .rotor-leaf,
.flipdown.smaller .rotor {
height: 50px;
}

.flipdown.smaller .rotor-leaf-front,
.flipdown.smaller .rotor-leaf-rear,
.flipdown.smaller .rotor-top,
.flipdown.smaller .rotor-bottom,
.flipdown.smaller .rotor:after {
height: 25px;
}

.flipdown.onwhite.flipdown__theme-dark .rotor, .flipdown.onwhite.flipdown__theme-dark .rotor-top, .flipdown.onwhite.flipdown__theme-dark .rotor-leaf-front {
    background-color: var(--white);
}

.flipdown.onwhite.flipdown__theme-dark .rotor, .flipdown.onwhite.flipdown__theme-dark .rotor-top, .flipdown.onwhite.flipdown__theme-dark .rotor-leaf-front {
    color: var(--chocolate-lab);
}

.flipdown.onwhite.flipdown__theme-dark .rotor, .flipdown.onwhite.flipdown__theme-dark .rotor-bottom, .flipdown.onwhite.flipdown__theme-dark .rotor-leaf-front {
    background-color: var(--white);
}

.flipdown.onwhite.flipdown__theme-dark .rotor, .flipdown.onwhite.flipdown__theme-dark .rotor-bottom, .flipdown.onwhite.flipdown__theme-dark .rotor-leaf-front {
    color: var(--chocolate-lab);
}

.flipdown.onwhite.flipdown__theme-dark .rotor-group-heading:before {
    color: var(--white) !important;
}

.contest-entry .prize-ticker-container {
    
}

.contest-entry .section-3 {
    position: relative;
}

.control-group .limitmeter:before {
  content: 'Limit: ';
}

.control-group .limitmeter {
	position: relative;
	text-align: right;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	padding: 3px 5px;
}

.control-group .limitmeter.red {
    color: red;
}

.section-3 .stat-list {
    flex-direction: column;
    gap: 40px;
}

.section-3 .stat-item {
    min-width: 150px;
    background-color: #f7f7f7;
    border: 1px solid var(--chocolate-lab);
}

.section-3 .stat-list > li {
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: flex-start;
}

.section-3 .stat-engagement {
    display: flex;
    flex-direction: column;
    min-width: auto;
    max-width: 600px;
}

.section-3 .stat-list .main-btn {
    color: var(--white) !important;
    flex-shrink: 1;
    width: auto !important;
    align-self: flex-start;
    padding: 12px 40px;
}

.sharethis-inline-share-buttons.left-align {
    text-align: left!important;
}

.stat-engagement .control-group {
    margin: 0px;
}

.main-btn.blue {
    background-color: var(--outside);
}

.main-btn.brown {
    background-color: var(--chocolate-lab);
}

.main-btn.yellow {
    background-color: var(--reward-yellow);
}

.main-btn.voted {
    background-color: var(--success);
}

.contest-partner-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px; /* Adjusts spacing between list items */
    flex-wrap: wrap;
}

.contest-partner-links li {
    width: 110px;
    height: 110px;
    background-color: #ffffff;
    border: 1px solid var(--chocolate-lab);
    border-radius: 20px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.contest-partner-links li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.contest-partner-links li img {
    max-width: 100%;
    max-height: 100%;
}

.contest-entry-actions {
    display: flex;
    gap: 15px;
    padding-top: 10px;
}

.contest-entry-actions .main-btn {
    padding: 12px 18px;
}

.main-btn.transparent {
    background-color: transparent;
    color: var(--chocolate-lab);
    border: 2px solid var(--chocolate-lab);
}

.contest-entry-actions .main-btn {
    border: 2px solid var(--wet-nose);
}

.contest-entry-actions .main-btn.transparent {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.contest-entry-actions .vote-buttons {
    margin: 0px;
}

.brought-toyou.mobile-only {
    position: relative;
    padding: 0px;
    background: transparent;
    padding-top: 40px;
    bottom: inherit;
}

.mobile-only { 
    display: none;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    color: var(--white);
    gap: 10px;
}

.footer-logo p {
    margin: 0px;
}

#pushPrompt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.push-modal {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    max-width: 450px;
    min-width: 450px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.push-modal h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 0;
}

.push-modal ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.push-modal li {
    margin: 5px 0;
}

.push-modal .main-btn {
    margin-top: 12px;
    width: 100%;
    max-width: 450px;
}

.push-modal .main-btn.transparent {
    border: 2px solid var(--grey-border);
}

.control-group input::placeholder,
.control-group select::placeholder,
.control-group textarea::placeholder {
    color: #838383;
}

.control-group input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="select-one"]), .control-group select, .control-group textarea {
    font-size: 20px;
    line-height: 32px;
    color: var(--chocolate-lab);
}

.control-group textarea {
    min-height: 220px;
}

.control-group select {
    height: 54px;
}

.contest-entry .section-3 .content-container {
    max-width: 830px;
}

.contest-entry .section-3 .content-container > .sub-heading {
    text-align: center;
}

.contest-entry .section-3 .content-container > p {
    text-align: center;
}

.prize-bundle {
    max-width: 1000px;
    height: auto;
    padding-bottom: 80px;
    margin: 0px auto;
    align-self: center;
}

.contest-browse-page .headline-row {
    color: #ffffff;
    padding-top: 180px;
    display: flex;
    gap: 50px;
    padding-bottom: 60px;
    align-items: center;
}

.contest-browse-page .headline-text p {
    margin-bottom: 0px;
}

.contest-browse-page .headline-text {
    flex: 1;
    max-width: 500px;
}

.contest-browse-page .voting-countdown {
    flex: 1;
}

.contest-browse-page .section-1 {
    height: auto;
}

.contest-browse-page .section-1 .content {
    height: auto;
}

.contest-browse-page .section-5 {
    padding-top: 0px;
    padding-bottom: 150px;
}

.contest-browse-page .section-5 .review-slider {
    padding-top: 0px;
}

.contest-browse-page .section-5:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    background-color: var(--chocolate-lab);
}

.contest-browse-entries {
    max-width: 1448px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* Set gap between items */
    justify-content: center; /* Center-align items */
}

.contest-browse-entries .contest-entry {
    width: calc(25% - 18.75px); /* 4 items per row, adjusted for gap */
    box-sizing: border-box;
}

.contest-entry .username {
    padding-bottom: 8px;
}

.section-6 {
    padding-top: 100px;
}

.js-paginator #paginatorAnimation {
    width: 50px;
    height: auto;
}

.contest-browse-entries .contest-entry {
    position: relative;
    overflow: hidden;
}

.contest-browse-entries. .confetti-canvas {
    pointer-events: none;
}

.section-browse .browse-filters {
    max-width: 1448px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
    color: var(--white);
    z-index: 19;
    position: relative;
    padding-bottom: 20px;
}

.browse-filters select {
    background-color: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 8px 16px;
    font-size: 1rem;
    border-radius: 100px; /* Optional, to mimic button's rounded edges */
    appearance: none; /* Removes the default arrow */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none; /* Firefox */
    cursor: pointer;
    text-align: center;
}

/* Removes the border when the select is focused (open) */
.browse-filters select:focus {
    border: 2px solid var(--white);
    outline: none; /* Removes the default outline for focus */
}

/* Hides the dropdown arrow in IE/Edge */
.browse-filters select::-ms-expand {
    display: none;
}

.browse-filters::after {
    content: ''; /* Add custom arrow if needed */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    color: var(--white);
}

.browse-filters option {
    color: var(--chocolate-lab);
}

@media screen and (max-width: 1500px) {
    .contest-browse-page .section-1 .content {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .contest-browse-page .section-5 .review-slider {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .contest-browse-page .browse-filters {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .prize-bundle {
        max-width: 100%;
    }
    
    .contest-browse-page .headline-row {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
    }
}

@media (max-width: 1024px) {
    .contest-browse-entries .contest-entry {
        width: calc(33.333% - 16.66px); /* 3 items per row */
    }
}

@media screen and (max-width: 1000px) {
    
    .section-1 .landing-graphic {
        margin-top: 0px !important;
    }
    
    .section-1 .hero-col {
        min-height: 600px;
        padding-top: 180px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hero-col .prize-peekaboo {
        display: none;
    }
    
    .brought-toyou .prize-peekaboo {
        text-align: center;
        display: inline-block;
    }
    
    .contest-countdown {
        flex-direction: column;
    }
    
    .image-countdown {
        position: relative;
        bottom: inherit;
        text-align: left;
        padding-top: 30px;
    }
    
    .section-6 .content-container {
        padding: 0px 30px;
    }
    
    .section-1 .row-1 {
        display: none !important;
    }
    
    .contest-entry .prize-peekaboo {
        padding-bottom: 50px;
    }
    
    .section-1 .hero-col {
        padding-bottom: 30px;
    }
    
    .section-1.landing-page.contest-form-section .content {
        padding: 180px 0px 200px 0px;
    }
    
    .contest-form {
        padding: 0px 30px;
    }
    
    
    
}

@media screen and (max-width: 800px) {
    
    .contest-entry .section-3 .content-container > .sub-heading {
        text-align: left;
    }
    
    .contest-entry .section-3 .content-container > p {
        text-align: left;
    }
    
    .control-group select {
        height: 48px;
    }
    
    .control-group input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="select-one"]), .control-group select, .control-group textarea {
        font-size: 16px;
        line-height: 22px;
    }

    .contest-form-section .brought-toyou {
        position: relative;
        text-align: center;
        padding-top: 0px;
    }

    .contest-form-section .prize-peekaboo {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        display: block !important;
        padding-top: 30px;
    }
    
    .brought-toyou .prize-peekaboo {
        font-size: 16px;
    }
    
    .contest-form-section .peekaboo-arrow {
        position: relative;
        top: auto;
        right: auto;
        padding-top: 40px;
    }
    
    .community-achievements {
        font-size: 16px;
        line-height: 22px;
    }
    
    .prize-ticker-container {
        left: 0px;
    }
    
}

@media (max-width: 768px) {
    .contest-browse-entries .contest-entry {
        width: calc(50% - 12.5px); /* 2 items per row */
    }
}

@media screen and (max-width: 700px) {
    
    .mobile-only {
        display: block !important;
    }
    
    .desktop-only {
        display: none !important;
    }
    
    .bio-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .submitted-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .share-text {
        font-size: 16px;
        line-height: 24px;
    }
    
    .brought-toyou {
        font-size: 16px;
        line-height: 24px;
    }
    
    .contest-entry .section-3 .stat-list > li {
        flex-direction: column;
        gap: 10px;
    }
    
    .contest-entry .section-3 .content-container {
        align-items: flex-start;
    }
    
    /*
    .section-3 .stat-list > li {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    
    .stat-list .stat-item {
        padding: 10px;   
    }
    
    .stat-list .stat-count {
        font-size: 28px;
    }
    
    .section-3 .stat-engagement {
        align-items: center;
        text-align: center;
    }
    
    .section-3 .stat-list .main-btn {
        align-self: center;
    }
    
    .contest-partner-links {
        align-items: center;
        justify-content: center;
    }
    
    .contest-partner-links li {
        align-items: center;
    }
    */
    
    .brought-toyou .pw-logo {
        width: 220px;
        height: auto;
    }
    
    .contest-entry .prize-peekaboo {
        padding-bottom: 100px;
    }
    
    .section-3 .prize-ticker-item img {
        max-width: inherit !important;
        height: auto !important;
    }
    
    .contest-entry .section-1 .hero-col {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .contest-confetti {
        background-size: 499px 66px;
    }
    
    .section-6 {
        padding-bottom: 1000px;
    }
}

@media screen and (max-width: 600px) {
    .contest-entry-actions {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .contest-entry .section-3 .stat-list .main-btn {
        width: 100% !important;
    }
    
    .contest-entry .stat-item {
        width: 100% !important;
    }
    
    .contest-browse-entries .contest-entry {
        width: 100% !important; /* 1 item per row */
    }
}
