html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

/* E-posta önizleme alanları için genel kurallar */
.email-preview-container {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
}

.email-preview-frame {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

/* Eski stil tanımlamaları (referans için tutuluyor) */
.email-preview {
    max-width: 100%;
    overflow-x: hidden;
    word-wrap: break-word;
}

.email-preview img {
    max-width: 100%;
    height: auto;
}

.email-preview table {
    max-width: 100%;
    table-layout: fixed;
}

.email-preview td {
    word-wrap: break-word;
} 