/**
 * Theme Name:     Twenty Twenty-Five Child
 * Author:         Substep
 * Template:       twentytwentyfive
 * Text Domain:	   twenty-twenty-five-child
 * Description:    Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 */

html {
  scroll-behavior: smooth;
}

/* iPad Pro portrait (1024px wide) */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {

  :root :where(.is-layout-flow) > :last-child {
    margin-block-end: 0;
    margin-top: 100px;
  }
}

/* iPad Pro landscape (1366px wide) */
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

  :root :where(.is-layout-flow) > :last-child {
    margin-block-end: 0;
    margin-top: 0px;
  }
}

/* Mobile only (up to 767px wide) */
@media screen and (max-width: 767px) {
  .has-global-padding {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
}
