* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  background: #ffffff;
  color: #111827;
}

.wrapper {
  padding: 0 18px;
  width: 100%;
}

.wrapper {
    width: 100%;
    padding: 0 18px;
}
.freepress-list {
    max-width: 1100px;
    margin: 0 auto;  
    box-sizing: border-box;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.innersubheader {
    max-width: 1100px;
    /* margin: 30px auto; */
    padding: 0 5px;   /* ✅ match content */
    box-sizing: border-box;
}
.wrapper .container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
.top {
  max-width: 1100px;
  /* padding: 0 25px; */
  /* ✅ match content */
  box-sizing: border-box;
}

/* Header */
.top h1 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.4px;
  margin-bottom: 28px;
}
.top .mobile-heading{
display: none;
}

.top .mobile-heading span {
  font-size: 14px;
  color: #6a6a6abd;
}

.search-row {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 70px;
}

.freepress-search-label{
  font-size: 14px;
  color: #6b7280;
  font-weight: bold;
}

.freepress-search{
  position: relative;
  width: 300px;
}

.freepress-search input {
  width: 100%;
  height: 38px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 0 42px 0 14px;
  font-size: 13px;
}

.freepress-search svg {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  stroke: #9ca3af;
  fill: none;
  stroke-width: 2;
}

/* Month */
.month {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1.4px;
  margin-bottom: 38px;
}

/* Article */
.item {
  padding-bottom: 26px;
  margin-bottom: 34px;
  border-bottom: 1px solid #ededed;
}

.item h3 {
  font-size: 13px;
  font-weight: 600;
  color: #e11d48;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
}


.item p {
  font-size: 16px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 16px;

}
.press-date {
  color: rgb(255, 0, 0);
   font-size: large; font-weight: bold;
   padding-right: 8px;
}

.excerpt-text {
    margin: 0;
    line-height: 1.6;
     font-size: 14px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 16px;
  max-width: 760px;
}

.read-more-wrapper {
    margin-top: 8px;
    text-align: left;
}

.read-more {
    font-weight: 800;
    text-decoration: underline;
    font-family: "Arial", sans-serif !important;
    font-size: 14px !important;

}
.press-title {
    color: rgb(255, 0, 0);
    font-size: large;
    font-weight: bold; 
  letter-spacing: 0.8px;
  margin-bottom: 16px;
  }
.press-title:visited {
  color: rgb(255, 0, 0);
}

.press-title:hover {
  text-decoration: underline; /* optional */
}

.back-link
 {
    display: inline-block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #1f2937;
    font-size: 14px;
}


#scrollToBottomImage {
    top: 21px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    z-index: 999;
    cursor: pointer;
    bottom: 50px;
    right: 0;
    position: fixed;
    background-color: #ddd;
    color: #555;
    text-align: center;
    text-decoration: none;
    transform: rotate(180deg);
    padding: 10px;
}

/* Load more */
.load {
       display: flex;
    /* margin-top: 42px; */
    justify-content: center;
    align-items: center;
    margin-bottom: 52px;
}

.load button {
  border: 1px solid #111827;
  background: transparent;
  padding: 10px 30px;
  font-size: 13px;
  cursor: pointer;
  font-weight: 600;
}

/* Search bar alignment fixes */
.freepress-search,
.free-press .search {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 600px;
  width: 100%;
  margin: 12px 0;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.image-lazy-load-container,
.freeprssimage-lazy-load-container {
  background-color: transparent;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: hidden;
  /* Dimensions are set inline or fall back to min-height */
}

.image-lazy-load-container img.Imglazy,
.freeprssimage-lazy-load-container img.Imglazy {
  width: 100%;
  height: auto;
  display: block;
}

.image-lazy-load-container .image-loading-text,
.freeprssimage-lazy-load-container .image-loading-text {
  position: absolute;
  color: #555;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  z-index: 1;
}
/* input style */
.freepress-search input[type="search"],
.freepress-search input[type="text"],
.free-press .search input {
  flex: 1;
  height: 44px;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #e6e6e6;
  background: #fff;
  vertical-align: middle;
  box-sizing: border-box;
}

/* if the icon is outside the input (button) */
.freepress-search .search-btn,
.freepress-search button.search-icon,
.free-press .search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.freepress-no-content{
    padding: 0 0 15px 0;
    font-size: 15px;
    line-height: 25px;
    color: #555555;
    word-break: break-word;
    text-align: center;
}
/* if the icon is positioned inside the input */
.freepress-search.input-with-icon,
.free-press .search.input-with-icon {
  position: relative;
}
.freepress-search.input-with-icon input,
.free-press .search.input-with-icon input {
  padding-right: 48px;
}
.freepress-search.input-with-icon .search-icon,
.free-press .search.input-with-icon .search-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9b9b9b;
  pointer-events: none;
}

.cms_content{
	padding:20px 0 15px 0;
	font-size:15px;
	line-height:25px;
	color:#555555;}

/* Responsive */
@media (max-width: 768px) {

  .search-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .search {
    width: 100%;
  }

  .wrapper {
    /* margin: 40px auto; */
    width: 100%;
  }

  .freepress-search input {
    font-size: 13px;
    padding-right: 52px; /* ensure icon never overlaps */
  }

.top h1 {
  display: none;
}

.top .mobile-heading {
  display: block;
}
}

@media (max-width: 1025px) {
  .top {
    margin-top: 105px;
  }
}