﻿
/* Content divider */
.content-end-divider {
  width: 100%;
  height: 8px;
  margin: 10px 0;

  background-color: #f7f7f7;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.05) 6px,
    transparent 6px,
    transparent 12px
  );

  border-radius: 4px;
}
/* Content divider */


/* top and bottom spacing consistency */

.banner-area {
    padding: 1px 0; /* Prevents margin collapsing */
    background-color: #f3f3f3;
}

.banner-area a {
    text-decoration: none;
    display: block;
}

.banner-placeholder {
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.banner-size {
    font-size: 30px;   /* ana metin */
    font-weight: 600;
    color: #9a9a9a;
}

.banner-cta {
    font-size: 20px;   /* ana metnin yarısı */
    font-weight: 500;
    color: #b0b0b0;
}


/* top and bottom spacing consistency */