/* assets/css/frontend.css */
.elementor-widget-container .admin-table-manager-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  white-space: nowrap;
  margin-top: 10px;
  border: 1px solid #e3e3e3;
  background:#fff;
  box-shadow: 0 1px 2px rgba(0,0,0,.03);
}

/* Header */
.elementor-widget-container .admin-table-manager-table thead th {
  background: #d60000;
  color:#fff;
  font-weight:700;
  text-transform: uppercase;
  letter-spacing:.4px;
  padding: clamp(6px, 1vw, 12px);
  font-size: clamp(12px, 1.5vw, 16px);
  border-right: 1px solid rgba(255,255,255,.25);
  border-top: 1px solid #d60000;
  border-bottom: 1px solid #b80000;
}
.elementor-widget-container .admin-table-manager-table thead th:first-child{
  border-top-left-radius: 12px;
}
.elementor-widget-container .admin-table-manager-table thead th:last-child{
  border-top-right-radius: 12px;
  border-right: none;
}

/* Body */
.elementor-widget-container .admin-table-manager-table td {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: clamp(6px, 1vw, 12px);
  font-size: clamp(12px, 1.4vw, 15px);
  line-height: clamp(1.2em, 2vw, 1.6em);
  vertical-align: middle;
}
.elementor-widget-container .admin-table-manager-table tr:nth-child(even){
  background:#fff6f6;
}
.elementor-widget-container .admin-table-manager-table td:last-child{
  border-right:none;
}

.elementor-widget-container .admin-table-manager-table a{
  text-decoration:none;
  display:inline-block;
  max-width: 360px;
  overflow:hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Mobile */
@media (max-width: 768px){
  .elementor-widget-container .admin-table-manager-table{
    display:block;
    overflow-x:auto;
  }
  .elementor-widget-container .admin-table-manager-table a{
    max-width: 240px;
  }
}


.admin-table-manager-table .atm-logo{ width:40px; height:40px; object-fit:contain; display:block; margin:0 auto; }

.elementor-widget-container .admin-table-manager-table .buttonuf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;   /* metinden boşluk */
  background: #d60000;
  color: #fff !important;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 6px;
  text-decoration: none;
  vertical-align: middle;
  max-width: 30px;   /* responsive kontrol */
  overflow: hidden;
  text-overflow: ellipsis;
}

.elementor-widget-container .admin-table-manager-table .buttonuf:hover {
  background: #9b0000;
}


/* 📱 Mobil uyumlu */
@media (max-width: 768px) {
  .elementor-widget-container .admin-table-manager-table a.buttonuf {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 4px;
  }
}
