/* Cryptocurrency Page Responsive Styles */
/* Enhanced specificity with main element scoping to prevent navbar interference */

@media screen and (max-width: 991px) {

  /* Hero Section */
  main .inner-hero {
    min-height: 60vh !important;
    padding: 80px 20px 40px !important;
    background-position: center !important;
    background-size: cover !important;
  }

  main .inner-hero .content-wrapper {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  main .inner-hero .inner-hero-text {
    text-align: center !important;
    max-width: 100% !important;
  }

  main .inner-hero .title-white {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }

  main .inner-hero .h1-title.large {
    font-size: 2.5rem !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
  }

  main .inner-hero .text-red {
    color: #10222F !important;
  }

  main .inner-hero .subtitle-white {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
  }

  /* Green Content Section */
  main .content-section-green {
    padding: 40px 0 !important;
  }

  main .content-section-green .content-wrapper {
    padding: 0 15px !important;
  }

  main .content-section-green ._2-60-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  main .content-section-green .h2-title-green {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
  }

  main .content-section-green .split-paragraph-green {
    font-size: 16px !important;
    line-height: 1.6 !important;
    text-align: left !important;
  }

  main .content-section-green .capital-letter {
    font-size: 18px !important;
  }

  main .content-section-green b {
    color: #10222F !important;
    font-weight: 600 !important;
    display: block !important;
    margin: 20px 0 10px !important;
    font-size: 17px !important;
  }

  /* Content Sections */
  main ._2-content-section {
    padding: 40px 0 !important;
  }

  main ._2-content-section .content-wrapper {
    padding: 0 15px !important;
  }

  main ._2-content-section .heading-container {
    margin-bottom: 30px !important;
  }

  main ._2-content-section .h2-title {
    font-size: 1.8rem !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    text-align: center !important;
    color: #10222F !important;
  }

  /* Split Column Layouts */
  main .split-column {
    flex-direction: column !important;
    display: flex !important;
  }

  main .split-column.reverse {
    flex-direction: column-reverse !important;
  }

  main ._50-column-center,
  main ._50-column,
  main .blocks {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
    padding: 0 !important;
  }

  main ._50-column.circles {
    order: 2 !important;
  }

  main ._50-column-center {
    order: 1 !important;
  }

  main ._77-column {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* Content Text */
  main ._50-column p,
  main .blocks p,
  main ._77-column p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
    color: #333 !important;
  }

  /* Section Titles */
  main .title {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    text-align: center !important;
    color: #10222F !important;
    font-weight: 600 !important;
  }

  main h3 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
    color: #10222F !important;
    font-weight: 600 !important;
  }

  /* Border Elements */
  main .bottom-border {
    border-bottom: 2px solid #10222F !important;
    padding-bottom: 15px !important;
    margin-bottom: 20px !important;
  }

  main .bottom-border.medium {
    padding-bottom: 20px !important;
    margin-bottom: 25px !important;
  }

  main .top-border {
    border-top: 2px solid #10222F !important;
    padding-top: 20px !important;
    margin-top: 20px !important;
  }

  main .green-line,
  main ._2-red-line {
    background-color: #10222F !important;
    height: 3px !important;
    width: 50px !important;
    margin: 10px auto !important;
  }

  main ._2-red-line.top-border {
    margin-top: 0 !important;
  }

  /* Header Elements */
  main .header-flex-stretch {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  main .header-border-flex {
    width: 100% !important;
    text-align: center !important;
  }

  main ._2-top-padding {
    margin-top: 15px !important;
  }

  /* Flex Layouts */
  main .flex {
    flex-direction: column !important;
    align-items: center !important;
  }

  main .flex-header {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  main .heading-box {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }

  /* Content Wrapper */
  main .content-wrapper.w-container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  /* Animation Overrides for Mobile */
  main [data-w-id] {
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
  }

  /* List Improvements */
  main p br {
    display: none !important;
  }

  main p {
    margin-bottom: 15px !important;
  }

  /* Special Text Formatting */
  main .split-column p {
    margin-bottom: 20px !important;
    padding: 0 10px !important;
  }

  main ._77-column>div {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 767px) {

  /* Extra small devices adjustments */
  main .inner-hero {
    min-height: 50vh !important;
    padding: 70px 15px 30px !important;
  }

  main .inner-hero .h1-title.large {
    font-size: 2rem !important;
  }

  main ._2-content-section .h2-title {
    font-size: 1.5rem !important;
  }

  main .content-section-green .h2-title-green {
    font-size: 1.5rem !important;
  }

  main .title {
    font-size: 1.3rem !important;
  }

  main h3 {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 480px) {

  /* Mobile phones */
  main .inner-hero {
    padding: 60px 10px 20px !important;
  }

  main .inner-hero .h1-title.large {
    font-size: 1.8rem !important;
  }

  main ._2-content-section {
    padding: 30px 0 !important;
  }

  main .content-wrapper {
    padding: 0 10px !important;
  }

  main .title {
    font-size: 1.2rem !important;
  }

  main h3 {
    font-size: 1.1rem !important;
  }

  main .split-column p {
    padding: 0 5px !important;
  }
}