.page-node-type-configuracion-cuponera .field--type-ultimate-table .form-item {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  /* O el margen que prefieras */
}

/* .dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 {
  display: inline-flex;
} */
/* FILTROS DASHBOARD */
.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  flex: 1;
  min-width: 160px;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item input,
.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item select {
  padding: 0.625rem 0.875rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background: #fafbfc;
  font-family: inherit;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item input:focus,
.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: white;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-actions {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  margin: 0;
}

/* Botón Aplicar */
.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-submit {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: none;
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 44px;
  min-width: 120px;
  font-family: inherit;
}

.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #2d3a4e 0%, #1e293b 100%);
  cursor: pointer;
}


.dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-actions input[value="Reestablecer"] {
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  color: #475569;
  padding: 0.625rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 44px;
  min-width: 120px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
}

/* FILTROS DASHBOARD */
/* .list-one .view-header a {
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 10px 30px;
  font-size: 13px;
  border: 1px solid transparent;
  border-radius: 6px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  background: #3685cb;
  border-color: #3685cb;
  margin: 0 0 2% 0;
  text-decoration: none;
}

.list-one .view-header a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0fe";
  margin-right: 12px;
}*/

.list-one .view-not-result {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}

.error-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #fff;
  text-align: center;
  padding: 20px;
}

.error-container {
  max-width: 500px;
}

.error-icon {
  font-size: 60px;
  margin-bottom: 20px;
}

.error-page h1 {
  font-size: 80px;
  margin: 0;
  font-weight: 700;
}

.error-page h2 {
  font-size: 28px;
  margin: 10px 0;
  color: #38bdf8;
}

.error-page p {
  font-size: 16px;
  color: #cbd5f5;
  margin-bottom: 30px;
}

.error-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.btn-primary {
  background: #38bdf8;
  color: #0f172a;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.btn-primary:hover {
  background: #0ea5e9;
}

.btn-secondary {
  border: 1px solid #38bdf8;
  color: #38bdf8;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-secondary:hover {
  background: #38bdf8;
  color: #0f172a;
}

/* .toolbar-button--icon--menu-link-content055109c5-ab19-4969-b317-ec94e2c6a4a0::before,
.toolbar-button--icon--menu-link-content205badd5-0523-470c-af91-fb89f9378337::before,
.toolbar-button--icon--menu-link-content2770263a-d723-42ac-94f1-a07fa8da2e54::before,
.toolbar-button--icon--menu-link-content0c10a246-0afb-4289-b577-c571385cc4fb::before,
.toolbar-button--icon--menu-link-content5fb36d83-a7da-4289-81ee-56581229e52d::before,
.toolbar-button--icon--menu-link-contenta8bcb048-da5a-478b-aa77-b9f3ed83e9c6::before,
.toolbar-button--icon--menu-link-contentce56b2fa-9321-4c77-8698-94f1beda5899::before {
  display: none !important;
  content: none !important;
  width: 0 !important;
  margin: 0 !important;
} */

/*Login Page*/
/* Login Page Styles */
#user-login-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.login-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.login-background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.5rem;
}

.login-card-wrapper {
  width: 100%;
  max-width: 440px;
  animation: fadeInUp 0.6s ease-out;
}

.login-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.login-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Header Styles */
.login-header {
  text-align: center;
  margin-bottom: 2rem;
}

.logo-wrapper {
  margin-bottom: 1.5rem;
}

.login-logo {
  max-width: 80px;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.login-logo:hover {
  transform: scale(1.05);
}

.login-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.login-subtitle {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
  line-height: 1.5;
}

/* Messages Styles */
.login-messages {
  margin-bottom: 1rem;
}

.login-messages .messages {
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Form Styles */
.login-form-wrapper {
  margin-bottom: 1.5rem;
}

.login-form-wrapper .form-item {
  margin-bottom: 1.25rem;
}

.login-form-wrapper label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.login-form-wrapper input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fafbfc;
}

.login-form-wrapper input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: white;
}

.login-form-wrapper .form-actions {
  margin-top: 1.5rem;
}

.login-form-wrapper .form-submit {
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.login-form-wrapper .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

.login-form-wrapper .form-submit:active {
  transform: translateY(0);
}

/* Footer Styles */
.login-footer {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

.forgot-password {
  font-size: 0.875rem;
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s ease;
}

.forgot-password:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 640px) {
  .login-card {
    padding: 1.5rem;
  }

  .login-title {
    font-size: 1.5rem;
  }

}

/* Additional Drupal-specific fixes */
.login-form-wrapper .item-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.login-form-wrapper .password-strength {
  margin-top: 0.5rem;
}

.login-form-wrapper .description {
  font-size: 0.75rem;
  color: #718096;
  margin-top: 0.25rem;
}


/*Login Page*/
/* reset password */
/* Reset Password Page Styles - Mismo estilo que login */
#user-login-page-password {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

#user-login-page-password .login-container {
  width: 100%;
  min-height: 100vh;
  position: relative;
}

#user-login-page-password .login-background {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1.5rem;
}

#user-login-page-password .login-card-wrapper {
  width: 100%;
  max-width: 440px;
  animation: fadeInUp 0.6s ease-out;
}

#user-login-page-password .login-card {
  background: white;
  border-radius: 24px;
  padding: 2.5rem;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#user-login-page-password .login-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Header Styles */
#user-login-page-password .login-header {
  text-align: center;
  margin-bottom: 2rem;
}

#user-login-page-password .logo-wrapper {
  margin-bottom: 1.5rem;
}

#user-login-page-password .login-logo {
  max-width: 80px;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

#user-login-page-password .login-logo:hover {
  transform: scale(1.05);
}

#user-login-page-password .login-title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #1a202c;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

#user-login-page-password .login-subtitle {
  font-size: 0.875rem;
  color: #718096;
  margin: 0;
  line-height: 1.5;
}

/* Messages Styles */
#user-login-page-password .login-messages {
  margin-bottom: 1rem;
}

#user-login-page-password .login-messages .messages {
  border-radius: 12px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  margin-bottom: 0;
}

/* Form Styles */
#user-login-page-password .login-form-wrapper {
  margin-bottom: 1.5rem;
}

#user-login-page-password .login-form-wrapper .form-item {
  margin-bottom: 1.25rem;
}

#user-login-page-password .login-form-wrapper label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

#user-login-page-password .login-form-wrapper input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  background: #fafbfc;
}

#user-login-page-password .login-form-wrapper input:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: white;
}

#user-login-page-password .login-form-wrapper .form-actions {
  margin-top: 1.5rem;
}

#user-login-page-password .login-form-wrapper .form-submit {
  width: 100%;
  padding: 0.875rem;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

#user-login-page-password .login-form-wrapper .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
}

#user-login-page-password .login-form-wrapper .form-submit:active {
  transform: translateY(0);
}

/* Footer Styles */
#user-login-page-password .login-footer {
  text-align: center;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}

#user-login-page-password .forgot-password {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: #667eea;
  text-decoration: none;
  transition: color 0.3s ease;
}

#user-login-page-password .forgot-password:hover {
  color: #764ba2;
  text-decoration: underline;
}

/* Language Switcher Styles */
#user-login-page-password .language-switcher-login ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

#user-login-page-password .language-switcher-login li {
  display: inline-block;
}

#user-login-page-password .language-switcher-login a {
  font-size: 0.875rem;
  color: #718096;
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
}

#user-login-page-password .language-switcher-login a:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}

#user-login-page-password .language-switcher-login .is-active a {
  color: #667eea;
  font-weight: 600;
  background: rgba(102, 126, 234, 0.1);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive Design */
@media (max-width: 640px) {
  #user-login-page-password .login-card {
    padding: 1.5rem;
  }

  #user-login-page-password .login-title {
    font-size: 1.5rem;
  }

}

/* Additional Drupal-specific fixes */
#user-login-page-password .login-form-wrapper .item-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#user-login-page-password .login-form-wrapper .password-strength {
  margin-top: 0.5rem;
}

#user-login-page-password .login-form-wrapper .description {
  font-size: 0.75rem;
  color: #718096;
  margin-top: 0.25rem;
}

/* reset password */
/* User profile */
/* User Profile Styles */
.user-profile-container {
  min-height: 100vh;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 2rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.user-profile-wrapper {
  max-width: 800px;
  margin: 0 auto;
  animation: fadeInUp 0.6s ease-out;
}

.user-profile-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.user-profile-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

/* Profile Header */
.profile-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 3rem 2rem 2rem;
  text-align: center;
  position: relative;
}

.profile-avatar {
  margin-bottom: 1.5rem;
}

.avatar-image {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  object-fit: cover;
  border: 4px solid white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.avatar-image:hover {
  transform: scale(1.05);
}

.avatar-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border: 4px solid white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.avatar-placeholder svg {
  width: 60px;
  height: 60px;
  color: white;
}

.profile-name {
  font-size: 2rem;
  font-weight: 700;
  color: white;
  margin: 0 0 0.5rem 0;
  letter-spacing: -0.02em;
}

.profile-username {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* Profile Stats */
.profile-stats {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  background: white;
  border-bottom: 1px solid #e2e8f0;
}

.stat-item {
  text-align: center;
  flex: 1;
}

.stat-value {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 0.25rem;
}

.stat-label {
  font-size: 0.75rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-divider {
  width: 1px;
  height: 30px;
  background: #e2e8f0;
}

/* Profile Fields */
.profile-fields {
  padding: 2rem;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e2e8f0;
}

.section-title svg {
  color: #667eea;
}

.fields-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.field-item {
  background: #f7fafc;
  padding: 1rem;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.field-item:hover {
  background: #edf2f7;
  transform: translateX(5px);
}

.field-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.field-label svg {
  color: #667eea;
}

.field-value {
  font-size: 1rem;
  color: #2d3748;
  font-weight: 500;
  word-break: break-word;
}

/* Profile Actions */
.profile-actions {
  padding: 1.5rem 2rem 2rem;
  display: flex;
  gap: 1rem;
  border-top: 1px solid #e2e8f0;
  background: #fafbfc;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex: 1;
}

.btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.3);
  color: white;
  text-decoration: none;
}

.btn-secondary {
  background: white;
  color: #667eea;
  border: 2px solid #e2e8f0;
}

.btn-secondary:hover {
  background: #f7fafc;
  border-color: #667eea;
  transform: translateY(-2px);
  text-decoration: none;
}

.btn-primary:active,
.btn-secondary:active {
  transform: translateY(0);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .user-profile-container {
    padding: 1rem;
  }

  .profile-header {
    padding: 2rem 1.5rem 1.5rem;
  }

  .profile-name {
    font-size: 1.5rem;
  }

  .avatar-image,
  .avatar-placeholder {
    width: 100px;
    height: 100px;
  }

  .profile-fields {
    padding: 1.5rem;
  }

  .fields-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .profile-actions {
    flex-direction: column;
    padding: 1.5rem;
  }


}

@media (max-width: 480px) {
  .profile-stats {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-divider {
    display: none;
  }

  .stat-item {
    width: 100%;
  }
}

@media (max-width: 600px) {

  /* Ajustamos el contenedor principal de la navegación */
  .admin-toolbar {
    /* dvh = Dynamic Viewport Height (se ajusta si sale o entra la barra del móvil) */
    height: 100dvh !important;
    max-height: 100dvh !important;
  }
}

/* estilos negocio */
/* ============================================
   Vista de Negocios - Estilo Moderno
   ============================================ */

.list-one {
  padding: 1.5rem;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ========== TABLA PRINCIPAL ========== */
.list-one table {
  width: 100%;
  background: #fff;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

.list-one table thead tr {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.list-one table th {
  padding: 1rem 1.25rem;
  color: #f1f5f9;
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
}

.list-one table tbody tr {
  border-bottom: 1px solid #e2e8f0;
  transition: all 0.2s ease;
}

.list-one table tbody tr:hover {
  background: #f8fafc;
  transform: scale(1.01);
}

.list-one table tr>td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.875rem;
  vertical-align: middle;
}

/* Título del negocio */
.list-one .views-field-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 0.9375rem;
}

.list-one .views-field-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.list-one .views-field-title a:hover {
  color: #667eea;
  text-decoration: underline;
}

/* Ciudad y Estado */
.list-one .views-field-field-direccion-negocio-locality,
.list-one .views-field-field-direccion-negocio-administrative-area,
.list-one .views-field-created,
.list-one .views-field-field-negocio-cuponera,
.list-one .views-field-field-negocio-visita,
.list-one .views-field-field-nombre,
.list-one .views-field-field-apellido,
.list-one .views-field-field-telefono,
.list-one .views-field-field-negocio-de-la-recompensa,
.list-one .views-field-title,
.list-one .views-field-field-descripcion-recompensa {
  color: #64748b;
}

/* ========== BOTÓN PDF ========== */
.list-one .views-field-nothing a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #f1f5f9;
  color: #475569;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
}

.list-one .views-field-nothing a:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

.list-one .views-field-nothing a::before {
  content: "📄";
  font-size: 0.875rem;
}

/* ========== DROPBUTTON (OPERACIONES) ========== */
.list-one .dropbutton-wrapper {
  margin: 0;
  position: relative;
}

.list-one .dropbutton-widget {
  background: transparent;
  border: none;
}

.list-one .dropbutton {
  display: inline-flex;
  gap: 0.5rem;
  background: transparent;
  border-radius: 10px;
  overflow: visible;
}

/* Botones individuales */
.list-one .dropbutton-action {
  margin: 0;
}

.list-one .dropbutton-action a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  background: #f1f5f9;
  color: #475569;
}

/* Botón Editar */
.list-one .dropbutton-action.edit a {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.list-one .dropbutton-action.edit a:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(102, 126, 234, 0.3);
}

.list-one .dropbutton-action.edit a::before {
  content: "✏️";
  font-size: 0.875rem;
}

/* Botón Eliminar */
.list-one .dropbutton-action.delete a {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.list-one .dropbutton-action.delete a:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

.list-one .dropbutton-action.delete a::before {
  content: "🗑️";
  font-size: 0.875rem;
}

/* Botón Desarrollo */
.list-one .dropbutton-action.devel a {
  background: rgba(63, 81, 181, 0.1);
  color: #3f51b5;
}

.list-one .dropbutton-action.devel a:hover {
  background: #3f51b5;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(63, 81, 181, 0.3);
}

.list-one .dropbutton-action.devel a::before {
  content: "⚙️";
  font-size: 0.875rem;
}

/* Botón toggle (tres puntos) */
.list-one .dropbutton-toggle {
  background: #f1f5f9;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.list-one .dropbutton-toggle button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  color: #64748b;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.list-one .dropbutton-toggle button:hover {
  background: #e2e8f0;
  color: #334155;
}

.list-one .dropbutton-toggle button::before {
  content: "⋯";
  font-size: 1.125rem;
  font-weight: bold;
}

/* Ocultar texto de los botones (mostrar solo íconos) */
.list-one .dropbutton-action a span {
  display: none;
}

/* ========== FILTROS EXPUESTOS ========== */
.list-one .view-filters {
  margin-bottom: 2rem;
}

.list-one .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1rem;
  background: white;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e8f0;
}

.list-one .views-exposed-form .form-item {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  flex: 1;
  min-width: 160px;
}

.list-one .views-exposed-form .form-item label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.list-one .views-exposed-form .form-item input,
.list-one .views-exposed-form .form-item select {
  padding: 0.625rem 0.875rem;
  border: 2px solid #e2e8f0;
  border-radius: 12px;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  background: #fafbfc;
  font-family: inherit;
}

.list-one .views-exposed-form .form-item input:focus,
.list-one .views-exposed-form .form-item select:focus {
  outline: none;
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
  background: white;
}

.list-one .views-exposed-form .form-actions {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  margin: 0;
}

/* Botón Aplicar */
.list-one .views-exposed-form .form-submit {
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border: none;
  color: white;
  padding: 0.625rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 44px;
  min-width: 120px;
  font-family: inherit;
}

.list-one .views-exposed-form .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #2d3a4e 0%, #1e293b 100%);
  cursor: pointer;
}


.list-one .views-exposed-form .form-actions input[value="Reestablecer"] {
  background: #f1f5f9;
  border: 2px solid #e2e8f0;
  color: #475569;
  padding: 0.625rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.2s ease;
  height: 44px;
  min-width: 120px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: inherit;
}

/* ========== BOTONES DE ACCIÓN AGRUPADOS ========== */
.business-actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 0.875rem;
}

.action-btn i {
  font-size: 0.875rem;
}

/* Botón PDF */
.pdf-btn {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.pdf-btn:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

/* Botón Editar */
.edit-btn {
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
}

.edit-btn:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(102, 126, 234, 0.3);
}

/* Botón Eliminar */
.delete-btn {
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
}

.delete-btn:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

/* En móvil, los botones se muestran mejor */
@media (max-width: 768px) {
  .business-actions {
    gap: 0.75rem;
    justify-content: center;
  }

  .action-btn {
    width: 36px;
    height: 36px;
  }

  .action-btn i {
    font-size: 1rem;
  }
}

.views-exposed-form__item--actions.views-exposed-form__item--actions .button:last-child {

  margin-right: 0.7rem !important;
}

.list-one .views-field-edit-node a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(102, 126, 234, 0.1);
  color: #667eea;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: inherit;
}

.list-one .views-field-edit-node a:hover {
  background: #667eea;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(102, 126, 234, 0.3);
  text-decoration: none;
}

/* Icono Editar con Font Awesome */
.list-one .views-field-edit-node a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f044";
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

/* Botón Eliminar */
.list-one .views-field-delete-node a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: inherit;
}

.list-one .views-field-delete-node a:hover {
  background: #ef4444;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
  text-decoration: none;
}



/* Icono Eliminar con Font Awesome */
.list-one .views-field-delete-node a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2ed";
  font-size: 0.75rem;
  margin-right: 0.25rem;
}

.list-one .views-exposed-form .form-actions input[value="Reestablecer"]:hover {
  background: #e2e8f0;
  border-color: #cbd5e1;
  transform: translateY(-2px);
  text-decoration: none;
  color: #1e293b;
  cursor: pointer;
}

/* ========== HEADER - BOTÓN AGREGAR ========== */
.list-one .view-header {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: flex-end;
}

.list-one .view-header a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list-one .view-header a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  text-decoration: none;
  color: white;
}

.list-one .view-header a::before {
  content: "+";
  font-size: 1.25rem;
  font-weight: 700;
}

/* ========== PAGINACIÓN ========== */
.list-one .pager,
.list-one .js-pager__items {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}

.list-one .pager__item,
.list-one .js-pager__items li {
  margin: 0;
}

.list-one .pager__item a,
.list-one .js-pager__items li a,
.list-one .pager__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.875rem;
  border-radius: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  background: white;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.list-one .pager__item a:hover,
.list-one .js-pager__items li a:hover {
  background: #f1f5f9;
  border-color: #667eea;
  color: #667eea;
  transform: translateY(-1px);
}

.list-one .pager__item.is-active span {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border: none;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {

  .list-one .views-field-field-descripcion-recompensa {
    height: 100%;
  }

  .list-one .views-field-field-descripcion-recompensa .tablesaw-cell-content {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .list-one .views-field-field-descripcion-recompensa span.tablesaw-cell-content p {
    margin: 0 0 0.25rem 0;
  }

  .list-one {
    padding: 1rem;
  }

  .list-one .views-exposed-form {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }

  .dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    width: 100%;
  }

  .list-one .views-exposed-form .form-item,
  .dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-item {
    width: 100%;
  }

  .list-one .views-exposed-form .form-submit,
  .dashboard--dashboard #views-exposed-form-clientes-frecuentes-block-1 .form-submit {
    width: 100%;
  }

  .list-one .view-header {
    justify-content: stretch;
  }

  .list-one .view-header a {
    width: 100%;
    justify-content: center;
  }

  /* Scroll horizontal para tabla en móvil */
  .list-one {
    overflow-x: auto;
  }


  /* Dropbutton en móvil */
  .list-one .dropbutton {
    flex-wrap: wrap;
  }

  .list-one .dropbutton-action a {
    padding: 0.5rem 0.75rem;
  }
}

@media (max-width: 480px) {
  .list-one .dropbutton {
    flex-direction: column;
    gap: 0.25rem;
  }

  .list-one .dropbutton-action a {
    width: 100%;
    justify-content: center;
  }

  .list-one .dropbutton-toggle {
    display: none;
  }
}