.bo-container {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.navbar .bo-container {
  align-items: center;
}

.navbar .bo-nav-container-holder {
  align-items: center;
  justify-content: space-between;
  display: flex;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

.vw-3 {
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.bo-container-holder {
  box-sizing: border-box;
  max-width: 80rem;
  margin: 0 auto;
  position: relative;
}

.bo-hero-holder {
  padding-top: 4vw;
  padding-bottom: 4vw;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.hero-left-content {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.hero-list-container {
  max-width: 750px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 1fr 1fr;
  list-style: none;
  padding-left: 0;
}

.hero-list-container li {
  margin-bottom: 1rem;
  color: var(--color-bo-blue);
}

.hero-list-container li a {
  display: flex;
  align-items: center;
}

.hero-list-container li a i {
  margin-right: 15px;
  font-size: 28px;
}

.hero-list-container li a h2 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 0;
}

.hero-list-item {
  padding: 0.5rem 0;
  display: flex;
}

.hero-subtitle {
  font-weight: 500;
  line-height: 1.8;
}

.hero-buttons {
  padding-bottom: 2rem;
}

.btn-svg {
  padding-left: 5px;
}

#services .services-list {
  padding: 50px 0;
}

#services .services-list .col-lg-4.item {
  padding: 20px;
  border: 1px solid #f9f9f9;
}

#services .services-list .item:nth-child(3n + 1) {
  border-left: none;
}
#services .services-list .item:nth-child(-n + 3) {
  border-top: none;
}

#services .services-list .item:nth-last-child(-n + 3) {
  border-bottom: none;
}

#services .services-list .col-lg-4.item .inside {
  padding: 20px 15px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#services .services-list .col-lg-4.item .inside p.title {
  font-size: 1.2rem;
  margin: 10px 0;
}

#services .services-list .col-lg-4.item .inside p.title a {
  font-size: 1.2rem;
  color: #0a2840;
}

#services .services-list .col-lg-4.item .inside .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#services .services-list .col-lg-4.item .inside .icon {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
#services .services-list .col-lg-4.item .inside .icon img {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  display: block;
  width: 86px;
  height: 86px;
}

#services .services-list .col-lg-4.item .inside p.desc {
  color: #344a62;
  font-weight: 400;
  font-size: 14px;
  margin-left: 0;
  line-height: 1.5;
}

#services .row .section-header h2 {
  color: #031a28;
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 48px;
  font-weight: 700;
}

#services .row .section-header p {
  padding: 10px 0;
  font-size: 20px;
  color: #4e5865;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.75;
}

.bo-check {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
  margin-top: 5px;
}

.bo-check.blue {
  background-image: url(../images/SVG/bo-check-blue.svg);
}

.bo-check.orange {
  background-image: url(../images/SVG/bo-check-orange.svg);
}

.bo-mv-rap {
  content: "";

  background-image: url(../images/SVG/mv-rap.svg);
}
.color-bo-blue {
  color: var(--color-bo-blue);
}

.color-bo-blue-dark {
  color: var(--color-bo-blue-dark);
}

.button {
  display: flex;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  padding: 12px 29px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #5f48ff;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 2px;
  cursor: pointer;
  justify-content: center;
  text-align: center;
  letter-spacing: inherit;
  white-space: nowrap;
  transition: background 0.15s ease;
}
input[type="range"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #eef1f6;
  border-radius: 3px;
  height: 6px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  outline: none;
}
input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-moz-range-thumb {
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-ms-thumb {
  background-color: #5f48ff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%20.5v7L12%204zM0%204l4%203.5v-7z%22%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 36px;
  width: 36px;
}
input[type="range"]::-moz-focus-outer {
  border: 0;
}

.pricing-slider {
  max-width: 280px;
  margin: 0 auto;
}

.form-slider span {
  display: block;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
}

.pricing-slider {
  margin-bottom: 48px;
}

.pricing-slider {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.pricing-slider input {
  width: 100%;
}
.pricing-slider .pricing-slider-value {
  position: absolute;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #909cb5;
  margin-top: 8px;
  --thumb-size: 36px;
}
.pricing-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -12px;
  margin-left: -12px;
  margin-top: -12px;
}
.pricing-item {
  flex-basis: 280px;
  max-width: 280px;
  box-sizing: content-box;
  padding: 12px;
}
.pricing-item-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  box-shadow: 0 8px 16px rgba(46, 52, 88, 0.16);
}
.pricing-item-title {
  font-weight: 500;
}
.pricing-item-price {
  display: inline-flex;
  align-items: baseline;
  font-size: 20px;
}
.pricing-item-price-amount {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  color: #191e2a;
}
.pricing-item-features-list {
  list-style: none;
  padding: 0;
}
.pricing-item-features-list li {
  margin-bottom: 0;
  padding: 14px 0;
  position: relative;
  display: flex;
  align-items: center;
}
.pricing-item-features-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 1px;
  background: #e9ecf8;
}
.pricing-item-features-list li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011h14v2H5z%22%20fill%3D%22%239298B8%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.pricing-item-features-list li.is-checked::after {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E%3Ccircle%20fill%3D%22%2300C2A9%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M10.5%2012.267l-2.5-1.6-1%201.066L10.5%2016%2017%209.067%2016%208z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.bo-top-wrapper {
  padding: 0.5rem 0;
  box-shadow: inset 0 -1px 0 rgb(230 230 230);
}

.bo-top-wrapper .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
#bo-navbar {
  padding-bottom: 2rem;
}

#bo-navbar .navbar {
  box-shadow: inset 0 -1px 0 rgb(230 230 230);
}
#bo-navbar .navbar .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 1.5rem;
  white-space: nowrap;
}

.header-corporate {
  height: 0.7rem !important;
}

.header-corporate img {
  height: 0.8rem !important;
}

.navbar-other .nav-item a.header-corporate:not(.btn) {
  font-size: 0;
}

.navbar-brand span.logo_bo {
  color: grey;
  vertical-align: middle;
  border-left: 1px solid rgb(239, 242, 246);
  margin-left: 10px;
  margin-top: 9px;
  padding: 0 10px 0;
  font-weight: 600;
  font-size: 0.8rem;
}

.bo-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: -2rem;
}

.pr-card-featured {
  width: 100% !important;
}

.pr-featured-full {
  color: #444444;
  display: flex;
  position: relative;
  flex-direction: column;
}

.pr-card-featured .pr-featured-full .pr-card-image {
  height: 100%;
  width: 100%;
}

.pr-card-featured .pr-featured-full .pr-card-body {
  height: 100%;
  margin: 1.5rem;
  overflow: hidden;
}

.pr-card-featured .pr-featured-full .pr-card-image img {
  height: auto;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
  border-radius: 0.15rem;
}

.pr-main-card {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.h-underlined {
  box-shadow: inset 0 -2px 0 var(--color-bo-blue);
}

.prnewsitem {
  max-height: 600px;
  margin-bottom: 2.5rem;
}

.bo-wrapbordered {
  border-top: 2px solid rgb(239, 242, 246);
  border-bottom: 2px solid rgb(239, 242, 246);
}

.bo-wrapbordered-bottom {
  border-bottom: 1px solid rgb(239, 242, 246);
}

.bo-wrapbordered-top {
  border-top: 1px solid rgb(239, 242, 246);
}

.proom-icons {
  text-align: left;
}

.proom-icons .proom-item {
  text-align: left;
  padding: 2rem 0 1rem;
  border: 1px solid rgb(239, 242, 246);
}

.proom-icons .proom-item:nth-last-child(-n + 3) {
  border-bottom: none;
  border-top: none;
}

.proom-icons .proom-item:nth-child(3n) {
  border-right: none;
}

.proom-icons .proom-item:nth-child(-n + 3) {
  border-top: none;
}

.proom-icons .proom-item:nth-child(3n + 1) {
  border-left: none;
}

.proom-icon-wrap {
  flex-shrink: 0;
  color: var(--color-bo-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.proom-icon-wrap svg {
  transition: transform 0.2s ease;
}

.proom-item a:hover .proom-icon-wrap svg {
  transform: scale(1.1);
}

.proom-item a {
  text-decoration: none;
}

.proom-item a:hover h5 {
  color: var(--color-bo-blue);
}

.more:after,
.p-more:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f061";
  padding-left: 0.4rem;
  font-size: 0.7rem;
  vertical-align: 0;
}

.pr-card-item {
  background-color: #ffffff;
  color: #444444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 600px;
  position: relative;
  border: 1px solid rgb(239, 242, 246);
  box-shadow: rgb(181 191 201 / 60%) 0 1px 5px;
}

.pr-card-body {
  height: 100%;
  padding: 0 0.6rem 0.5rem 0.6rem;
  overflow: hidden;
}

.pr-card-image {
  height: 100%;
  width: 100%;
}

.pr-card-image figure.overlay .crop {
  height: 238px;
  width: 358px;
  overflow: hidden;
}
.pr-card-image figure.overlay .crop img {
  height: 238px;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.prnewsitem .owner {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #ebebeb;
  position: relative;
}

.prnewsitem .owner::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 20px;
  width: 12px;
  height: 5px;
  background-image: url(../images/arrow-white-down.png);
  background-size: 100% 100%;
}

.prnewsitem .owner img {
  float: left;
  height: 30px;
}

a.follow {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 24px;
  height: 24px;
  padding-left: 23px;
  background: #b8d0e3 url(../images/icon-plus.png) no-repeat left center;
  background-size: auto 100%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 26px;
  text-indent: 100px;
  border-radius: 2px;
  transition: all 0.4s;
  overflow: hidden;
}

a.follow:hover {
  width: 80px;
  color: white;
  background-color: #1564a3;
  text-indent: 0;
}
.nr-customtable-searchbar input {
  background-color: rgba(242, 245, 245, 0.2);
  border: 1px solid #dae0e6;
  height: 39px;
  min-width: 374px;
  padding-left: 2rem;
  font-size: 0.9125rem;
  border-radius: 3px;
  position: relative;
}

.prnews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.prnews-list-item {
  display: block;
  height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 2rem 0;
  border-bottom: 2px solid rgb(239, 242, 246);
}

.pr-list-item-full {
  flex-direction: row;
  max-height: 240px;
  align-items: flex-start;
  display: flex;
  position: relative;
  color: #444444;
}

.pr-list-item-image {
  height: 100%;
  width: 100%;
}

.pr-list-item-image img {
  height: auto;
  min-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
  width: 100%;
  border-radius: 0.15rem;
}

.pr-list-item-image .overlay {
  border-radius: 0.5rem;
}

.pr-list-item-image figure.overlay .list-item-crop {
  height: 240px;
  width: auto;
  overflow: hidden;
  background: rgba(var(--rgb-gray), 0.1);
}
.pr-list-item-image figure.overlay .list-item-crop img {
  height: 240px;
  width: auto;
  object-fit: cover;
  object-position: center;
}

.pr-list-item-card-body {
  padding: 2px 0 0 32px;
}

.proom-header-title h1 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  font-weight: 700;
  margin-bottom: 0;
  color: var(--color-bo-blue);
}

h2.section-title {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--color-bo-blue);
}

.contact-avatar {
  text-align: center;
  margin-bottom: 20px;
}

.contact-avatar > img {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  object-fit: contain;
  vertical-align: middle;
}

.corporate-news-list .right .form-group {
  margin-bottom: 0;
}

a.proom-pr-filter {
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 700;
  padding: 0.4375rem 0.875rem;
}

.medya-turu-sec {
  margin-bottom: 0.5rem !important;
}

.medya-turu-sec .select2-container {
  width: 100% !important;
}

.medya-turu-sec .select2-container--default .select2-selection--single {
  height: 40px;
  border: 1px solid #dae0e6;
  border-radius: 0.25rem;
  resize: none;
  vertical-align: middle;
  -webkit-appearance: none !important;
  background: var(--color-white);
  box-shadow: var(--shadow) !important;
}

.medya-turu-sec
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #606060;
  font-size: 0.8rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.medya-turu-sec
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px;
}

#event-meta span {
  font-size: 0.75rem;
}

#event-meta span svg {
  font-size: 1rem;
  margin-right: 0.5rem;
  vertical-align: -0.3em;
  height: 24px;
  stroke: #999999;
  width: 24px;
}

#event-meta span + span:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 0.6rem 0 0.6rem;
  vertical-align: 3px;
  background: rgba(48, 48, 48, 0.35);
}

#event-meta .event-loc {
  padding-top: 0.75rem;
}

#event-meta .event-loc span i {
  margin-right: 0.6rem;
}

.prkit-desc {
  padding-top: 2rem;
}

.prkit-desc p span.prkit-brandname {
  font-weight: bolder;
}

.prkit-rules {
  font-weight: bolder;
}

.color-specs {
  display: flex;
  padding-top: 1rem;
}

.box-white {
  padding: 1rem;
  border-radius: 0.2rem;
  background-color: white;
}

.box-black {
  padding: 1rem;
  border-radius: 0.2rem;
  background-color: black;
}

.prkit-logod {
  padding-right: 1rem;
}

.corporate-detail-title {
  float: left;
  width: 100%;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  color: #404040;
}

.summary {
  float: left;
  width: 100%;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  margin: 15px 0;
  color: #1b2932;
}

.sub-title-info {
  font-size: 0.75rem;
  line-height: 1.05rem;
  font-weight: 500;
  color: #99a0a4;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.pr-article-holder {
  margin: 0 auto;
  width: 100%;
}

.sidebar .social-mute a i {
  color: #344149 !important;
}

.pr-article-side {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.6rem 0;
}

.pr-article-side i {
  font-size: 24px;
  padding-right: 0.5rem;
}

.panel-sticky {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 5rem;
}

.boilerplate-section {
  padding: 32px 0 24px;
  border-top: 1px solid rgba(205, 205, 205, 0.4);
}

.extra-image-section {
  padding: 32px 0 24px;
  border-top: 1px solid rgba(205, 205, 205, 0.4);
}

.pr-article-col {
  font-size: 0.9rem;
  line-height: 1.9rem;
  color: var(--color-bo-text);
}

.pr-article-col h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-bo-blue-dark);
}

.event-related-release .prnews-list-item {
  border-bottom: 0;
}

.event-info {
  margin: 1rem 0;
}

.event-item {
  display: flex;
  align-items: center;
  padding: 0.6rem 0;
}

.event-item i {
  font-size: 24px;
  padding-right: 0.5rem;
}

span.underline {
  position: relative;
  z-index: 2;
}
span.underline:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -100%;
  margin-bottom: 5px;
  background-image: url(https://gmedya.com/inc/themes/gmedya/assets/img/orange-bottom-line.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.hero-image img:before {
  content: "";
  position: absolute;
  height: 60vh;
  width: 75vh;
  right: -40vh;
  top: 0;
  background: #eb6515;
  border-radius: 50%;
}
.inverse-text {
  color: var(--color-white) !important;
}

/* ═══════════════════════════════════════════════════════
   BASIN BÜLTENLERİ LİSTE SAYFASI — Modernize
   ═══════════════════════════════════════════════════════ */

/* --- HEADER & FİLTRELER --- */
.pr-list-header {
  padding-top: 1.5rem;
}

.pr-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pr-header-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--color-bo-blue);
  margin: 0;
  white-space: nowrap;
}

.pr-header-filters {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: nowrap;
}

.pr-list-header-line {
  height: 2px;
  background: var(--color-bo-blue);
  margin-top: 0.75rem;
  margin-bottom: 2rem;
}

.pr-filter-select {
  padding: 0.5rem 2rem 0.5rem 1rem !important;
  border: 1px solid #dae0e6 !important;
  border-radius: 6px !important;
  font-size: 0.875rem;
  height: 42px !important;
  line-height: normal;
  color: #444;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 0.7rem center;
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
  white-space: nowrap;
  min-width: 225px;
}

.pr-filter-select:focus {
  outline: none;
  border-color: var(--color-bo-blue);
  box-shadow: 0 0 0 3px rgba(7, 62, 95, 0.1);
}

.pr-search-wrap {
  position: relative;
}

.pr-search-input {
  padding: 0.5rem 0.85rem 0.5rem 2.5rem !important;
  border: 1px solid #dae0e6 !important;
  border-radius: 6px !important;
  font-size: 0.875rem;
  min-width: 225px;
  height: 42px !important;
  line-height: normal;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, width 0.3s;
}

.pr-search-input:focus {
  outline: none;
  border-color: var(--color-bo-blue);
  box-shadow: 0 0 0 3px rgba(7, 62, 95, 0.1);
  width: 260px;
}

.pr-search-icon {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  color: #aab;
  width: 16px;
  height: 16px;
  pointer-events: none;
}

/* --- FEATURED HERO KART --- */
.pr-featured-card {
  margin-bottom: 2.5rem;
}

.pr-featured-link {
  text-decoration: none !important;
  color: inherit;
  display: block;
}

.pr-featured-inner {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.2s;
}

.pr-featured-inner:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.pr-featured-image {
  flex: 0 0 55%;
  position: relative;
  overflow: hidden;
  min-height: 320px;
}

.pr-featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.pr-featured-inner:hover .pr-featured-image img {
  transform: scale(1.03);
}

.pr-featured-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--color-gturuncu);
  color: #fff;
  padding: 0.3rem 0.75rem;
  border-radius: 4px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pr-featured-body {
  flex: 1;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pr-featured-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.pr-featured-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-bo-blue-dark);
  margin-bottom: 1rem;
  transition: color 0.2s;
}

.pr-featured-inner:hover .pr-featured-title {
  color: var(--color-bo-blue);
}

.pr-featured-spot {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #555;
  margin-bottom: 1.5rem;
}

/* --- META: Tarih & Kategori --- */
.pr-date {
  font-size: 0.5rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.pr-category {
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--color-bo-blue);
  background: rgba(7, 62, 95, 0.07);
  padding: 0.2rem 0.6rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* --- GRID KARTLARI --- */
.pr-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 3rem;
}

.pr-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pr-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.pr-card-link {
  text-decoration: none !important;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pr-card-img {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f4f6f8;
}

.pr-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.pr-card:hover .pr-card-img img {
  transform: scale(1.06);
}

.pr-card-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f2f5;
  color: #ccc;
  font-size: 2.5rem;
}

/* Quick View Butonu */
.pr-quickview-btn {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.pr-quickview-btn i {
  color: var(--color-bo-blue);
  font-size: 0.85rem;
}

.pr-card:hover .pr-quickview-btn {
  opacity: 1;
  transform: scale(1);
}

.pr-quickview-btn:hover {
  background: var(--color-bo-blue);
}

.pr-quickview-btn:hover i {
  color: #fff;
}

/* Kart İçerik */
.pr-card-content {
  padding: 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pr-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}

.pr-card-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-bo-blue-dark);
  margin-bottom: 0.5rem;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pr-card:hover .pr-card-title {
  color: var(--color-bo-blue);
}

.pr-card-spot {
  font-size: 0.85rem;
  line-height: 1.6;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* --- SAYFALAMA --- */
.pr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 2rem 0 3rem;
}

.pr-page-btn,
.pr-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #555;
  text-decoration: none;
  transition: all 0.2s;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.pr-page-btn:hover:not(.disabled),
.pr-page-num:hover:not(.active) {
  background: rgba(7, 62, 95, 0.06);
  border-color: var(--color-bo-blue);
  color: var(--color-bo-blue);
}

.pr-page-num.active {
  background: var(--color-bo-blue);
  border-color: var(--color-bo-blue);
  color: #fff;
}

.pr-page-btn.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.pr-page-dots {
  padding: 0 0.25rem;
  color: #aaa;
}

/* --- QUICK VIEW MODAL --- */
.pr-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  animation: prModalFadeIn 0.25s ease;
}

@keyframes prModalFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.pr-modal-content {
  background: #fff;
  border-radius: 14px;
  max-width: 680px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  animation: prModalSlideUp 0.3s ease;
}

.pr-modal-content::-webkit-scrollbar {
  display: none;
}

@keyframes prModalSlideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.pr-modal-close {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  color: #888;
  cursor: pointer;
  z-index: 1;
  line-height: 1;
  transition: color 0.2s;
}

.pr-modal-close:hover {
  color: #333;
}

.pr-modal-body {
  padding: 2rem 2.5rem;
}

/* Quick View içerik */
.pr-qv-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.pr-qv-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-bo-blue-dark);
  margin-bottom: 1.25rem;
}

.pr-qv-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1.25rem;
}

.pr-qv-spot {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}

/* ═══════════════════════════════════════════════════════
   MEDYA ARŞİVİ — Modernize
   ═══════════════════════════════════════════════════════ */

/* --- SONUÇ BİLGİSİ --- */
.ma-result-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 1.5rem;
}

.ma-search-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: rgba(7, 62, 95, 0.08);
  color: var(--color-bo-blue);
  padding: 0.2rem 0.65rem;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.8rem;
}

.ma-clear-search {
  color: var(--color-bo-blue);
  font-size: 1.1rem;
  line-height: 1;
  text-decoration: none;
  opacity: 0.6;
  transition: opacity 0.2s;
}

.ma-clear-search:hover {
  opacity: 1;
}

/* --- GRID --- */
.ma-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-bottom: 3rem;
}

/* --- KART --- */
.ma-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  transition: box-shadow 0.3s, transform 0.2s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.ma-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  transform: translateY(-3px);
}

.ma-card-link {
  text-decoration: none !important;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* --- KART GÖRSEL --- */
.ma-card-img {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #f4f6f8;
}

.ma-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.ma-card:hover .ma-card-img img {
  transform: scale(1.06);
}

/* --- TİP BADGE --- */
.ma-type-badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  padding: 0.2rem 0.55rem;
  border-radius: 4px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
}

.ma-badge-photo {
  background: rgba(52, 152, 219, 0.9);
}

.ma-badge-video {
  background: rgba(231, 76, 60, 0.9);
}

.ma-badge-doc {
  background: rgba(46, 204, 113, 0.85);
}

.ma-type-badge i {
  margin-right: 0.25rem;
  font-size: 0.55rem;
}

/* --- PREVIEW BUTONU (Fotoğraflar) --- */
.ma-preview-btn {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.9);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.25s, transform 0.25s, background 0.2s;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.ma-preview-btn i {
  color: var(--color-bo-blue);
  font-size: 0.8rem;
}

.ma-card:hover .ma-preview-btn {
  opacity: 1;
  transform: scale(1);
}

.ma-preview-btn:hover {
  background: var(--color-bo-blue);
}

.ma-preview-btn:hover i {
  color: #fff;
}

/* --- VİDEO PLAY OVERLAY --- */
.ma-play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}

.ma-play-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0,0,0,0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s, transform 0.3s;
}

.ma-play-icon i {
  color: #fff;
  font-size: 1.25rem;
  margin-left: 3px;
}

.ma-card:hover .ma-play-icon {
  background: rgba(231, 76, 60, 0.85);
  transform: scale(1.1);
}

/* --- DOKÜMAN KART ÖZEL --- */
.ma-card-doc {
  background: linear-gradient(135deg, #f0f4f8 0%, #e8edf2 100%) !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ma-doc-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.ma-doc-icon {
  font-size: 3.5rem;
  opacity: 0.85;
  transition: transform 0.3s, opacity 0.3s;
}

.ma-doc-pdf { color: #e74c3c; }
.ma-doc-word { color: #2b5797; }
.ma-doc-excel { color: #1e7145; }

.ma-card:hover .ma-doc-icon {
  transform: scale(1.1);
  opacity: 1;
}

.ma-doc-ext {
  font-size: 0.7rem;
  font-weight: 700;
  color: #888;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* --- KART BODY --- */
.ma-card-body {
  padding: 1rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ma-card-title {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-bo-blue-dark);
  margin-bottom: 0.4rem;
  transition: color 0.2s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ma-card:hover .ma-card-title {
  color: var(--color-bo-blue);
}

.ma-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
}

.ma-platform-tag {
  font-size: 0.65rem;
  font-weight: 600;
  color: #e74c3c;
  background: rgba(231, 76, 60, 0.08);
  padding: 0.15rem 0.5rem;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ma-filesize {
  font-size: 0.7rem;
  font-weight: 500;
  color: #999;
}

/* --- BOŞ DURUM --- */
.ma-empty-state {
  text-align: center;
  padding: 5rem 2rem;
  color: #aab;
}

.ma-empty-state i {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
  color: #d0d5dd;
}

.ma-empty-state h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #667;
  margin-bottom: 0.5rem;
}

.ma-empty-state p {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 1.5rem;
}

/* --- LIGHTBOX MODAL --- */
.ma-modal-content {
  background: #fff;
  border-radius: 14px;
  max-width: 820px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,0.25);
  animation: prModalSlideUp 0.3s ease;
}

.ma-modal-content::-webkit-scrollbar {
  display: none;
}

.ma-modal-body {
  padding: 2rem;
}

.ma-pv-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.ma-pv-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--color-bo-blue-dark);
  margin-bottom: 1rem;
}

.ma-pv-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 0;
}

/* ═══════════════════════════════════════════════════════════════
   ETKİNLİKLER (Events) — Kart Spesifik Stiller
   ═══════════════════════════════════════════════════════════════ */

/* --- Durum Badge (CANLI / YAKLAŞAN / GEÇMİŞ) --- */
.ev-status-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ev-status-badge i {
  font-size: 0.55rem;
}

.ev-status-live {
  background: linear-gradient(135deg, #e74c3c, #c0392b);
  animation: evPulse 2s ease-in-out infinite;
}

.ev-status-upcoming {
  background: linear-gradient(135deg, #f39c12, #e67e22);
}

.ev-status-past {
  background: rgba(127, 140, 141, 0.85);
}

@keyframes evPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; }
}

/* --- Tarih Kutusu (Kart Sağ Alt) --- */
.ev-date-box {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 6px 12px;
  text-align: center;
  min-width: 50px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 2;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ev-date-day {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--color-bo-blue-dark, #1a3a5c);
  display: block;
  line-height: 1.1;
}

.ev-date-month {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--color-bo-orange, #e67e22);
  letter-spacing: 0.08em;
  display: block;
}

/* --- Konum Meta (Kart Alt) --- */
.ev-card-location {
  font-size: 0.78rem;
  color: #7f8c8d;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.ev-card-location i {
  color: var(--color-bo-orange, #e67e22);
  font-size: 0.72rem;
}

/* --- Featured Kart Konum --- */
.ev-location-meta {
  font-size: 0.88rem;
  color: #7f8c8d;
  margin-top: 10px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.ev-location-meta i {
  color: var(--color-bo-orange, #e67e22);
}

/* --- Placeholder (görseli olmayan etkinlikler) --- */
.ev-card-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8ecf1 0%, #d5dce6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev-card-placeholder i {
  font-size: 2.5rem;
  color: #b0bec5;
}

.ev-featured-placeholder {
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: linear-gradient(135deg, #e8ecf1 0%, #d5dce6 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ev-featured-placeholder i {
  font-size: 4rem;
  color: #b0bec5;
}

/* --- Boş Durum --- */
.pr-empty-state {
  text-align: center;
  padding: 60px 20px;
  color: #95a5a6;
}

.pr-empty-state i {
  font-size: 3rem;
  margin-bottom: 16px;
  color: #bdc3c7;
}

.pr-empty-state h3 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #7f8c8d;
  margin-bottom: 8px;
}

.pr-empty-state p {
  font-size: 0.9rem;
  color: #95a5a6;
}

/* ============================================
   Global Cursor UX — Basın Odası (g-medya)
   ============================================ */

/* Tıklanabilir → pointer */
a[href],
button:not(:disabled),
input[type="submit"]:not(:disabled),
input[type="button"]:not(:disabled),
input[type="checkbox"],
input[type="radio"],
select:not(:disabled),
label[for],
summary,
[onclick],
[role="button"],
[role="tab"],
[data-toggle],
[data-bs-toggle] {
    cursor: pointer;
}

/* Navbar & menü */
.navbar .nav-link,
.navbar-nav .nav-item a,
.navbar-brand,
.navbar-toggler,
.btn,
.more,
.p-more,
a.follow,
a.proom-pr-filter,
.proom-item a,
.corporate-nav li a,
.news-cat li a,
.widget ul li a,
.social li a {
    cursor: pointer;
}

/* Kartlar & medya */
.pr-main-card,
.pr-card-item,
.prnewsitem a,
.pr-card-image a,
.corporate-home-media li a,
.corporate-media li article a {
    cursor: pointer;
}

/* Select2 */
.select2-selection,
.select2-selection__choice__remove,
.select2-results__option {
    cursor: pointer;
}

/* Form & arama */
.corporate-search .button,
.sign-in .button {
    cursor: pointer;
}

/* Devre dışı */
button:disabled,
input:disabled,
select:disabled,
.disabled,
[aria-disabled="true"] {
    cursor: not-allowed;
}

/* ═══════════════════════════════════════════════════════
   RESPONSIVE — Front (Basın Odası) Wave 4
   ═══════════════════════════════════════════════════════ */

/* --- Tablet (≤991px) --- */
@media (max-width: 991px) {
  /* Header & Filtreler: satır → sütun */
  .pr-header-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .pr-header-filters {
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
  }
  .pr-filter-select {
    min-width: 0;
    flex: 1 1 calc(50% - 0.25rem);
  }
  .pr-search-wrap {
    width: 100%;
  }
  .pr-search-input {
    min-width: 0 !important;
    width: 100% !important;
  }
  .pr-search-input:focus {
    width: 100% !important;
  }

  /* Featured Hero: yatay → dikey */
  .pr-featured-inner {
    flex-direction: column;
  }
  .pr-featured-image {
    flex: none;
    min-height: 220px;
  }
  .pr-featured-body {
    padding: 1.5rem;
  }
  .pr-featured-title {
    font-size: 1.3rem;
  }

  /* Grid: 3 → 2 kolon */
  .pr-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

/* --- Mobil (≤767px) --- */
@media (max-width: 767px) {
  /* Lucide SVG ikonları — boyut sınırlama */
  .pr-search-icon {
    width: 16px !important;
    height: 16px !important;
  }

  /* Header başlık */
  .pr-header-title {
    font-size: 1.15rem;
    white-space: normal;
    line-height: 1.4;
  }

  /* Filtreler: tam genişlik sütun */
  .pr-header-filters {
    flex-direction: column;
  }
  .pr-filter-select {
    flex: none;
    width: 100%;
  }

  /* Search wrap full width */
  .pr-search-wrap {
    width: 100%;
  }
  .pr-search-input {
    width: 100% !important;
    min-width: 0 !important;
    font-size: 0.8125rem;
  }

  /* Featured Hero: daha kompakt */
  .pr-featured-image {
    min-height: 180px;
  }
  .pr-featured-body {
    padding: 1rem 1.25rem;
  }
  .pr-featured-title {
    font-size: 1.15rem;
  }
  .pr-featured-spot {
    font-size: 0.85rem;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  /* Grid: 2 → 1 kolon */
  .pr-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .pr-card-img {
    height: 180px;
  }

  /* Quick View modal — mobil padding */
  .pr-modal-overlay {
    padding: 1rem;
  }
  .pr-modal-body {
    padding: 1.25rem;
  }
  .pr-qv-title {
    font-size: 1.15rem;
  }

  /* Sayfalama — küçük butonlar */
  .pr-page-btn,
  .pr-page-num {
    min-width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  /* Medya Arşivi — albüm kart */
  .ma-album-grid {
    grid-template-columns: 1fr !important;
    gap: 1rem;
  }

  /* Basin odası container padding */
  .wrapper .container.inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* Event detay */
  .corporate-detail-title {
    font-size: 1.5rem;
  }
  .summary {
    font-size: 1rem;
    line-height: 1.5;
  }

  /* Medya türü select2 */
  .medya-turu-sec {
    width: 100% !important;
  }
}
