.owl-carousel {
  position: relative;
}

/* Nav arrows */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}

.owl-nav button {
  pointer-events: all;
}

/* =====================
   Buttons
===================== */
.owl-prev,
.owl-next {
    position: absolute;
    pointer-events: all;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

.owl-nav .owl-prev { left: 0; position: absolute; }
.owl-nav .owl-next { right: 0; position: absolute; }

/* Left button inside container */
.owl-prev {
    left: 15px; /* distance from container left edge */
}

/* Right button inside container */
.owl-next {
    right: 15px; /* distance from container right edge */
}

/* Hover effects */
.owl-prev:hover,
.owl-next:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

/* Dots */
.owl-dots {
  position: relative;
  z-index: 3;
  top:-60px;
  margin-top: 20px;
}

.category-slider-item-inside .manset-text{
	height:80px;
}

.main-content .manset .manset-inside figure img {
    height: 400px !important;
}

/* Mobile: position arrows at 40% from top */
@media (max-width: 768px) {
    .owl-controls,
	.owl-nav {
		position: absolute;
		width: 100%;
		pointer-events: none;
		z-index: 2;
        top: 40% !important;              /* move to 40% from top */
        transform: translateY(0); /* remove -50% translate to prevent shifting */
        padding: 0 0px;        /* optional: space from left/right edges */
    }

    /* Optional: smaller arrows on mobile */
    .owl-prev,
    .owl-next {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 18px;
    }
	
	/* Dots */
	.owl-dots {
	  position: relative;
	  z-index: 3;
	  top:0px;
      margin-top:0;
	  text-align:center;
	}
	
	.manset-news-item-inside .manset-text{
		height:80px;
	}
	
	.main-content .manset .manset-inside figure img {
		height: 300px !important;
	}
	
}


/* Page numbers (normal + active) */
.pagination-content ul li a span,
.pagination-content ul li.active span {
    display: grid;
    place-items: center;          /* PERFECT centering */

    width: 40px;
    height: 40px;

    border-radius: 50%;

    font-size: 16px;
    font-weight: 600;
    line-height: 1;

    text-align: center;
    white-space: nowrap;

    padding: 0;                   /* removes &thinsp; effect */
    letter-spacing: 0;
    text-indent: 0;

    box-sizing: border-box;
    transition: all 0.25s ease;
}

.gazete-pagination ul {
  display: inline-flex;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin-top:20px;
}

.gazete-pagination a,
.gazete-pagination span {
  padding: 6px 12px;
  border: 1px solid #ccc;
}

.gazete-pagination .current {
  background: #b70002;
  color: white;
}

#gazete-wrapper{
	margin-bottom:20px;
}

.gazete-div{
	background-color:#c8c8c8;
	border-radius:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-style:bold;
}

.gazete-text{
	padding-bottom:10px;
	font-size:40px;
	text-align:center;
}

.date-text{
	padding-top:25px;
	font-size:35px;
	color:#b70002;
	text-align:center;
}

.date-folder-list{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.date-folder-list li {
  flex: 0 0 48%;
  box-sizing: border-box;
}

/* Responsive */
@media (max-width: 480px) {
    .pagination-content ul li a span,
    .pagination-content ul li.active span {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
	
.gazete-div{
	background-color:#c8c8c8;
	border-radius:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-style:bold;
}
	
.gazete-text{
	font-size:30px;
	text-align:center;
}

.date-text{
	padding-top:15px;
	font-size:25px;
	color:#b70002;
	text-align:center;
}
}