/* GottaGF Theme Pack - Model Layout Tweaks */

.ggf-model-page {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px 80px;
}

.ggf-model-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.ggf-model-logo {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ggf-model-logo a {
    text-decoration: none;
}

.ggf-model-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ggf-model-avatar {
    border-radius: 999px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.ggf-model-name {
    font-size: 26px;
    margin: 0;
}

/* Tabs bar wrapper. Individual pill styling can live in your existing CSS. */
.ggf-model-tabs {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 18px;
}

/* Optional container for anything you render immediately after the header (like the stream player). */
.ggf-model-after-header {
    display: flex;
    justify-content: center;
}

/* If your stream player has its own wrapper, these can help center/size it: */
.ggf-model-after-header .ggf-stream-player,
.ggf-model-after-header .wp-video,
.ggf-model-after-header video {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

/* OVERRIDE: force homepage to center like Swipe */
body.home .ggf-global-main,
body.home .ggf-global-wrapper--pg13 .ggf-global-main {
  display: flex !important;
  justify-content: center !important;
  padding: 24px 0 60px !important;
}

body.home .ggf-global-wrapper--pg13 .model-feed-wrapper {
  max-width: 480px !important;
  width: 100% !important;
}

body.home .ggf-global-wrapper--pg13 .ggf-item {
  max-width: 420px !important;
  margin: 0 auto 32px auto !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #000 !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.35) !important;
}

