/*
Theme Name: MOK Child
Theme URI: https://www.themebetter.com/
Description: Child theme for MOK. Customizations live here to avoid being overwritten by parent theme updates.
Author: themebetter
Template: mok
Version: 1.0.0
Text Domain: mok-child
*/

/* ===== Cooperate page (page-cooperate.php) ===== */
.page-template-page-cooperate .tb-cooperate{background:#f3f5f7;padding:56px 0 80px}
.page-template-page-cooperate .tb-cooperate-layout{display:flex;gap:24px;align-items:flex-start}
.page-template-page-cooperate .tb-cooperate-side{flex:0 0 360px}
.page-template-page-cooperate .tb-cooperate-widget{padding:0;overflow:hidden}
.page-template-page-cooperate .tb-cooperate-main-card{flex:1;padding:32px}

/* Ensure the original cooperate inner stays centered inside the card */
.page-template-page-cooperate .tb-cooperate-main-card .tb-coop-inner{max-width:640px;margin:0 auto}

@media(max-width: 1024px){
  .page-template-page-cooperate .tb-cooperate-layout{flex-direction:column}
  .page-template-page-cooperate .tb-cooperate-side{flex:0 0 auto;width:100%}
}

@media(max-width: 640px){
  .page-template-page-cooperate .tb-cooperate{padding:24px 0 32px}
  .page-template-page-cooperate .tb-cooperate-main-card{padding:20px;border-radius:0}
}
