.tw-influencer-page {
  padding: 18px 0 48px;
  background: #f6f8fb;
  color: #163552;
  font-family: "Inter", "Lato", sans-serif;
}

.tw-influencer-breadcrumb { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; color: #718096; font-size: 12px; }
.tw-influencer-breadcrumb a { color: #365b82; }

.tw-influencer-profile { margin-bottom: 24px; overflow: hidden; border: 1px solid #dce4ed; border-radius: 15px; background: #fff; box-shadow: 0 8px 28px rgba(8, 38, 75, .06); }
.tw-influencer-profile__cover { min-height: 220px; background: linear-gradient(135deg, #0b3158, #1c5d89); background-position: center; background-size: cover; }
.tw-influencer-profile__body { display: flex; align-items: center; gap: 18px; padding: 0 24px 20px; }
.tw-influencer-profile__photo { display: grid; width: 132px; height: 132px; flex: 0 0 auto; place-items: center; margin-top: -48px; overflow: hidden; border: 5px solid #fff; border-radius: 50%; background: #fff2e8; box-shadow: 0 8px 22px rgba(8, 38, 75, .15); }
.tw-influencer-profile__photo img { width: 100%; height: 100%; object-fit: cover; }
.tw-influencer-profile__photo strong { color: #ed5a17; font-size: 40px; }
.tw-influencer-profile__identity { min-width: 0; flex: 1; padding-top: 17px; }
.tw-influencer-profile__identity small, .tw-influencer-products > header small, .tw-influencer-videos > header small { display: block; color: #ef5d18; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.tw-influencer-profile__identity h1 { position: static; float: none !important; margin: 3px 0 0; color: #0b2d51; font-size: 31px; font-weight: 850; }
.tw-influencer-social { display: flex; gap: 8px; padding-top: 17px; }
.tw-influencer-social a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #dce4ed; border-radius: 50%; background: #fff; color: #0b477e; }
.tw-influencer-social a:hover { border-color: #ef5d18; color: #ef5d18; }

.tw-influencer-products, .tw-influencer-videos { margin-top: 22px; padding: 22px; border: 1px solid #dce4ed; border-radius: 14px; background: #fff; }
.tw-influencer-products > header { display: flex; align-items: end; flex-wrap: wrap; gap: 5px 14px; margin-bottom: 17px; }
.tw-influencer-products > header small { width: 100%; }
.tw-influencer-products > header h2, .tw-influencer-videos > header h2 { margin: 0; color: #0b2d51; font-size: 22px; font-weight: 800; }
.tw-influencer-products > header span { color: #718096; font-size: 11px; }
.tw-influencer-products .tw-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 15px; }
.tw-influencer-products .product-card-new { width: 100% !important; min-width: 0; margin: 0; }
.tw-influencer-products .product-card-new-area { display: flex; min-height: 410px; flex-direction: column; }
.tw-influencer-products .pd_card_data { display: flex; flex: 1; flex-direction: column; }
.tw-influencer-products .pd_card_actions { margin-top: auto; }
.tw-influencer-products .pd_card_img img { width: 100%; height: 170px; object-fit: contain; }

.tw-influencer-videos > header { margin-bottom: 16px; }
.tw-influencer-videos > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.tw-influencer-videos article { padding: 14px; border: 1px solid #e0e7ef; border-radius: 10px; }
.tw-influencer-videos h3 { margin: 0 0 10px; color: #173552; font-size: 15px; }
.tw-influencer-videos iframe { display: block; width: 100%; aspect-ratio: 16/9; height: auto; border: 0; border-radius: 7px; }

@media (max-width: 991px) {
  .tw-influencer-products .tw-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .tw-influencer-page { padding-top: 12px; }
  .tw-influencer-profile__cover { min-height: 150px; }
  .tw-influencer-profile__body { align-items: flex-start; flex-wrap: wrap; padding: 0 16px 17px; }
  .tw-influencer-profile__photo { width: 92px; height: 92px; margin-top: -34px; }
  .tw-influencer-profile__identity { padding-top: 10px; }
  .tw-influencer-profile__identity h1 { font-size: 23px; }
  .tw-influencer-social { width: 100%; padding-top: 0; }
  .tw-influencer-products, .tw-influencer-videos { padding: 15px; }
  .tw-influencer-products .tw-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .tw-influencer-products .product-card-new-area { min-height: 370px; }
  .tw-influencer-products .pd_card_img img { height: 135px; }
  .tw-influencer-videos > div { grid-template-columns: 1fr; }
}
