/*
 * =============================================================================
 * AŞAMA 1 — PROFİL SAYFASI YAPI HARİTASI (Wowonder: themes/.../timeline/content.phtml)
 * Tüm aşağıdaki seçiciler .kkh-prof-ui ile sınırlıdır; site header/navbar ayrı şablondadır.
 * =============================================================================
 *
 * 1) Kapak: .profile-container > .card.hovercard > .cardheader.user-cover
 *    Görsel: #cover-image, .user-cover-reposition-w, formlar: .profile-cover-changer
 *
 * 2) Avatar: .pic-info-cont > .kkh-prof-hero-left > .kkh-prof-hero-main > .user-avatar
 *    Resim: .user-avatar img#updateImage-*, .profile-avatar-changer
 *
 * 3) İsim / konum / istatistik: .info.kkh-prof-identity
 *    İsim: .info .title > a
 *    Şehir/ülke: .kkh-prof-location
 *    Takipçi·makale: .kkh-prof-stats, .kkh-prof-stat-num, .kkh-prof-stat-lbl, .kkh-prof-stat-sep
 *
 * 4) Butonlar: .info.kkh-prof-identity içinde .kkh-prof-hero-actions > .options-buttons (istatistik altı)
 *    Arkadaş/takip: .user-follow-button.btn-glossy, mesaj: .profile-message-btn.btn-glossy
 *
 * 5) Birleşik kart: .kkh-prof-profile-card (kapak+pic-info+sekmeler)
 *    Profil sekmeleri: .row.kkh-prof-ui-nav > .user-bottom-nav > ul > li > a
 *    İkon+metin: .split-link + span
 *
 * 6) Blog / faaliyet kutusu: .kkh-pf-activity (timeline/kkh-profile-feed.phtml)
 *    İç sekmeler: .kkh-pf-tabs, içerik: .kkh-pf-tab-content
 *
 * 7) Makale kartları: .kkh-feed-card, küçük resimli: .kkh-feed-card--has-thumb
 *    .kkh-feed-thumb, .kkh-feed-card-body, .kkh-feed-card-hd, .kkh-feed-title-link, .kkh-feed-media
 *
 * Kaynak PHP (kart HTML): assets/includes/kkh_profile_content.php
 * =============================================================================
 */

/* KKH – Profil: tek kart (.kkh-prof-profile-card), blog. Site header’a dokunulmaz. */

/* ========== Tek birleşik profil kartı: kapak + beyaz gövde + sekmeler (LinkedIn hissi) ========== */
.kkh-prof-ui .kkh-prof-profile-card {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 10px 40px rgba(0, 0, 0, 0.1);
  overflow: visible;
}

.kkh-prof-ui .kkh-prof-profile-card .card.hovercard {
  overflow: visible !important;
  margin-bottom: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

/* Kapak — yalnızca kartın üst köşeleri yuvarlak */
.kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover {
  min-height: 232px;
  max-height: 252px;
  border-radius: 12px 12px 0 0 !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: none;
}

.kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover .user-cover-reposition-w,
.kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover .user-cover-reposition-w img#cover-image {
  min-height: 232px;
  max-height: 252px;
}

.kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 232px;
  max-height: 252px;
  display: block;
}

/* Sekme satırı — kartın altıyla bir bütün; kapak ile aynı görünür genişlik */
.kkh-prof-ui .kkh-prof-profile-card > .row.kkh-prof-ui-nav {
  margin: 0 !important;
  margin-top: 2px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #fff;
  border-top: 1px solid #e5e9ef;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav.kkh-prof-nav-full {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100% !important;
  float: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav {
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 18px 28px 16px !important;
  padding-top: 10px !important;
  min-height: 72px !important;
  height: auto !important;
  box-shadow: none !important;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px 12px;
  padding: 4px 8px !important;
  margin: 0;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav ul li {
  flex: 0 1 auto !important;
  margin: 0 !important;
  float: none !important;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav li a {
  padding: 14px 20px 12px !important;
  border-radius: 8px !important;
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72) !important;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav li a:hover {
  color: #0a66c2 !important;
  background: rgba(10, 102, 194, 0.07) !important;
}

.kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav li .menuactive {
  color: #0a66c2 !important;
  background: rgba(10, 102, 194, 0.1) !important;
  box-shadow: inset 0 -3px 0 #0a66c2;
  border-bottom: none !important;
}

.kkh-prof-ui .problackback {
  display: none !important;
}

/* --- Varsayılan profil üst bant (kkh kapalı) --- */
body .container .kkh-prof-ui.wo_user_profile .pic-info-cont:not(.kkh-prof-hero-layout),
.kkh-prof-ui.wo_user_profile .pic-info-cont:not(.kkh-prof-hero-layout) {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  bottom: auto !important;
  left: auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  text-align: left !important;
  background: #fff !important;
  margin: -76px 0 0 !important;
  padding: 8px 28px 22px 28px !important;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #e8e8e8;
  border-top: none;
  z-index: 2;
  gap: 22px;
}

/* --- Profil gövdesi: tek kartın içinde; kapak altına bindirme, ferah boşluklar --- */
body .container .kkh-prof-ui.wo_user_profile .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout,
.kkh-prof-ui.wo_user_profile .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout {
  position: relative !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  column-gap: 32px !important;
  text-align: left !important;
  background: #fff !important;
  margin: -100px 0 0 !important;
  padding: 40px 40px 32px 40px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  z-index: 2;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .kkh-prof-hero-left {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .kkh-prof-hero-main {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  gap: 32px !important;
  padding-left: 0;
}

/* Butonlar artık .info içinde, istatistik satırının altında */
.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .kkh-prof-hero-actions {
  width: 100% !important;
  max-width: 100%;
  flex: 0 0 auto !important;
  margin: 0 !important;
  margin-left: 0 !important;
  padding: 4px 0 0 !important;
  display: block !important;
  align-self: stretch !important;
}

body .container .kkh-prof-ui .pic-info-cont .user-avatar,
.kkh-prof-ui .pic-info-cont .user-avatar {
  position: relative !important;
  width: 176px !important;
  height: 176px !important;
  min-width: 176px;
  margin: -76px 0 4px 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  bottom: auto !important;
  top: auto !important;
  display: block !important;
  flex-shrink: 0;
  z-index: 3;
  align-self: flex-start;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .user-avatar {
  width: 184px !important;
  height: 184px !important;
  min-width: 184px;
  margin: -62px 0 0 12px !important;
  align-self: flex-start !important;
}

.kkh-prof-ui .pic-info-cont .user-avatar img {
  border: 4px solid #fff !important;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.08),
    0 4px 16px rgba(0, 0, 0, 0.12) !important;
  border-radius: 50%;
}

.kkh-prof-ui .pic-info-cont .info {
  flex: 1;
  min-width: 0;
  padding: 8px 0 2px 0;
  margin-top: 0 !important;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity {
  flex: 1 1 0 !important;
  min-width: 0;
  max-width: 520px !important;
  padding: 8px 0 !important;
  padding-bottom: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  text-align: left !important;
  gap: 10px !important;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .title {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  width: 100%;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .title a {
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.kkh-prof-location {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.58);
  margin: 0 !important;
  max-width: 100%;
}

.kkh-prof-stats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px !important;
  margin-bottom: 14px !important;
  padding-left: 0 !important;
  position: relative;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
}

@media (min-width: 768px) {
  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .kkh-prof-stats {
    flex-wrap: nowrap;
    white-space: nowrap;
  }
}

.kkh-prof-stats .kkh-prof-stat-num {
  font-weight: 700;
  color: rgba(0, 0, 0, 0.88);
}

.kkh-prof-stats .kkh-prof-stat-lbl {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.55);
}

.kkh-prof-stats .kkh-prof-stat-sep {
  color: rgba(0, 0, 0, 0.35);
  margin: 0 2px;
}

.kkh-prof-ui .pic-info-cont:not(.kkh-prof-hero-layout) .info .title {
  justify-content: flex-start !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}

.kkh-prof-ui .pic-info-cont .info .title a {
  color: rgba(0, 0, 0, 0.92) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-shadow: none !important;
}

.kkh-prof-ui .profile-container .card.hovercard .info .title svg.feather {
  fill: #0a66c2 !important;
  filter: none !important;
}

.kkh-prof-subline {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.55);
  margin: 6px 0 0 0;
  max-width: 100%;
  word-wrap: break-word;
}

/* Butonlar (.kkh-prof-hero-actions içinde) */
.kkh-prof-ui .pic-info-cont .options-buttons {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: flex-end !important;
  margin-top: 0 !important;
  gap: 10px 12px !important;
}

.kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .kkh-prof-hero-actions .options-buttons {
  gap: 12px 14px !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  margin-top: 0 !important;
}

@media (max-width: 991px) {
  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .kkh-prof-hero-actions .options-buttons {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
  }
}

.kkh-prof-ui .pic-info-cont:not(.kkh-prof-hero-layout) .options-buttons {
  justify-content: flex-start !important;
  margin-top: 14px !important;
}

.kkh-prof-ui .pic-info-cont .options-buttons > span,
.kkh-prof-ui .pic-info-cont .options-buttons > div.dropup {
  float: none !important;
}

.kkh-prof-ui .pic-info-cont .btn-glossy > a,
.kkh-prof-ui .pic-info-cont .btn-glossy > button,
.kkh-prof-ui .pic-info-cont .btn-glossy > span > button {
  border-radius: 28px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 10px 22px !important;
  height: auto !important;
  min-height: 42px;
  line-height: 1.2 !important;
  transition: background 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.kkh-prof-ui .pic-info-cont .btn-glossy > a.btn-default,
.kkh-prof-ui .pic-info-cont .btn-glossy a.btn-default,
.kkh-prof-ui .pic-info-cont .profile-message-btn.btn-glossy > a,
.kkh-prof-ui .pic-info-cont .profile-message-btn.btn-glossy button {
  background: #fff !important;
  color: #0a66c2 !important;
  border: 1.5px solid #c8d4e0 !important;
  box-shadow: none !important;
}

.kkh-prof-ui .pic-info-cont .btn-glossy > a.btn-default:hover,
.kkh-prof-ui .pic-info-cont .profile-message-btn.btn-glossy > a:hover {
  border-color: #0a66c2 !important;
  background: #f8fafc !important;
}

.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:first-of-type > a,
.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:first-of-type > button,
.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:first-of-type span > button {
  background: #0a66c2 !important;
  color: #fff !important;
  border: 1.5px solid #0a66c2 !important;
  box-shadow: 0 2px 10px rgba(10, 102, 194, 0.38) !important;
}

.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:first-of-type > a:hover,
.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:first-of-type button:hover {
  background: #084d99 !important;
  border-color: #084d99 !important;
}

.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:not(:first-of-type) > a,
.kkh-prof-ui .pic-info-cont .options-buttons > .user-follow-button.btn-glossy:not(:first-of-type) > button {
  background: #fff !important;
  color: #0a66c2 !important;
  border: 1.5px solid #c8d4e0 !important;
  box-shadow: none !important;
}

/* Faaliyet kutusu + hap sekmeler */
.kkh-pf-activity {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 0;
  margin-top: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.kkh-pf-tabs {
  border-bottom: none;
  margin: 0;
  padding: 12px 14px 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.kkh-pf-tabs > li {
  margin-bottom: 0;
  float: none;
}

.kkh-pf-tabs > li > a {
  border: 1px solid #cfd8dc !important;
  border-radius: 999px !important;
  color: rgba(0, 0, 0, 0.75) !important;
  padding: 8px 16px !important;
  font-weight: 600;
  font-size: 13px;
  margin-right: 0;
  background: #fff !important;
}

.kkh-pf-tabs > li > a:hover,
.kkh-pf-tabs > li > a:focus {
  background: #f5f5f5 !important;
  color: #000 !important;
  border-color: #b0bec5 !important;
}

.kkh-pf-tabs > li.active > a,
.kkh-pf-tabs > li.active > a:hover,
.kkh-pf-tabs > li.active > a:focus {
  color: #fff !important;
  border-color: #1b5e20 !important;
  background: #1b5e20 !important;
  border-bottom-width: 1px !important;
}

.kkh-pf-tab-content {
  padding: 20px 20px 34px !important;
  border-top: 1px solid #eee;
}

.kkh-pf-tab-content .tab-pane {
  min-height: 80px;
}

/* wow_content sıfırlaması makale kartına uygulanmasın — margin: 0 kartları bitişik gösteriyordu */
.kkh-pf-tab-content .wow_content:not(.kkh-feed-card) {
  box-shadow: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* Makale kartları; .wow_content ile birlikte tema margin:0 üstüne yazılır */
.kkh-pf-list .kkh-feed-card,
.kkh-pf-tab-content .tab-pane .kkh-feed-card {
  border-radius: 12px;
  padding: 24px 24px 20px;
  margin-bottom: 24px !important;
  margin-top: 0 !important;
  border: 1px solid #d0d7e0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.kkh-pf-list .kkh-feed-card:last-child,
.kkh-pf-tab-content .tab-pane .kkh-feed-card:last-child {
  margin-bottom: 10px !important;
}

.kkh-feed-card--has-thumb {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 28px;
  padding: 24px;
}

.kkh-feed-thumb {
  flex: 0 0 200px;
  max-width: 42%;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
  background: #ececec;
  min-height: 120px;
}

.kkh-feed-thumb img {
  width: 100%;
  height: 100%;
  min-height: 120px;
  object-fit: cover;
  display: block;
}

.kkh-feed-card-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.kkh-feed-card-hd {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.kkh-feed-card-meta {
  min-width: 0;
}

.kkh-feed-av {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.kkh-feed-name {
  font-weight: 600;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.kkh-feed-when {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
}

.kkh-feed-text {
  font-size: 14px;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 12px;
}

.kkh-feed-more {
  color: #0a66c2;
  font-weight: 600;
  margin-left: 4px;
}

.kkh-feed-media {
  display: flex;
  align-items: stretch;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 14px;
  background: #f3f2ef;
}

.kkh-feed-media-blur {
  flex: 1;
  background-size: cover;
  background-position: center;
  filter: blur(14px);
  transform: scale(1.08);
  opacity: 0.85;
}

.kkh-feed-media-main {
  flex: 0 0 55%;
  max-width: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
}

.kkh-feed-actions {
  display: flex;
  gap: 14px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  padding: 12px 0 8px;
  border-top: 1px solid #eee;
  margin-top: auto;
}

.kkh-feed-bar {
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.kkh-feed-bar-btn {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: #0a66c2;
}

.kkh-feed-title-link {
  margin: 6px 0 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.35;
}

.kkh-feed-title-link a {
  color: rgba(0, 0, 0, 0.9);
}

.kkh-q-block {
  border-radius: 8px;
  padding: 14px;
  margin-bottom: 12px;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.kkh-q-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 6px;
}

.kkh-q-ref {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 6px;
}

.kkh-q-ans-meta {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 8px;
}

.kkh-ans-row {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}

.kkh-ans-by {
  font-weight: 600;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  margin-bottom: 4px;
}

.kkh-pf-load {
  width: 100%;
  margin-top: 12px;
}

.kkh-pf-tab-hint {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.55);
  margin: -6px 0 14px;
}

@media (max-width: 767px) {
  .kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover,
  .kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover img {
    min-height: 200px;
    max-height: 240px;
  }

  body .container .kkh-prof-ui.wo_user_profile .pic-info-cont:not(.kkh-prof-hero-layout),
  .kkh-prof-ui.wo_user_profile .pic-info-cont:not(.kkh-prof-hero-layout) {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 12px 18px 18px 18px !important;
    margin-top: -56px !important;
    text-align: left !important;
    display: flex !important;
    gap: 12px !important;
  }

  body .container .kkh-prof-ui.wo_user_profile .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout,
  .kkh-prof-ui.wo_user_profile .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 32px 20px 24px 20px !important;
    margin-top: -88px !important;
    gap: 16px !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .kkh-prof-hero-main {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center;
    width: 100%;
    gap: 18px !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity {
    align-items: center !important;
    text-align: center;
    width: 100%;
    gap: 12px !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .kkh-prof-hero-actions {
    width: 100% !important;
    margin: 0 !important;
    padding: 4px 0 0 !important;
    display: block !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .kkh-prof-hero-actions .options-buttons {
    justify-content: center !important;
  }

  body .container .kkh-prof-ui .pic-info-cont .user-avatar,
  .kkh-prof-ui .pic-info-cont .user-avatar {
    width: 120px !important;
    height: 120px !important;
    min-width: 120px;
    margin: -56px 0 4px 0 !important;
    align-self: center !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .user-avatar {
    width: 148px !important;
    height: 148px !important;
    min-width: 148px;
    margin: -74px 0 6px 0 !important;
    align-self: center !important;
    z-index: 4;
  }

  .kkh-prof-ui .pic-info-cont .info {
    width: 100%;
    padding-top: 0;
  }

  .kkh-prof-ui .pic-info-cont .info .title a {
    font-size: 21px !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .info.kkh-prof-identity .title a {
    font-size: 23px !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card .pic-info-cont.kkh-prof-hero-layout .kkh-prof-stats {
    white-space: normal;
    justify-content: center;
  }

  .kkh-prof-ui .kkh-prof-profile-card {
    border-radius: 10px;
    margin-bottom: 18px;
  }

  .kkh-prof-ui .kkh-prof-profile-card .hovercard .cardheader.user-cover {
    border-radius: 10px 10px 0 0 !important;
  }

  .kkh-prof-ui .kkh-prof-profile-card > .row.kkh-prof-ui-nav {
    border-radius: 0 0 10px 10px;
  }

  .kkh-prof-ui .kkh-prof-profile-card .user-bottom-nav {
    padding: 14px 14px 12px !important;
    padding-top: 10px !important;
  }

  .kkh-pf-list .kkh-feed-card,
  .kkh-pf-tab-content .tab-pane .kkh-feed-card {
    margin-bottom: 22px !important;
    padding: 20px 16px;
  }

  .kkh-pf-list .kkh-feed-card:last-child,
  .kkh-pf-tab-content .tab-pane .kkh-feed-card:last-child {
    margin-bottom: 10px !important;
  }

  .kkh-pf-tabs > li > a {
    padding: 7px 12px !important;
    font-size: 12px;
  }

  .kkh-feed-card--has-thumb {
    flex-direction: column;
    gap: 20px !important;
  }

  .kkh-feed-thumb {
    flex: none;
    max-width: 100%;
    width: 100%;
    min-height: 180px;
  }
}
