
@media (min-width: 300px) and (max-width: 780px) {
.domain-btn .btn {
min-width: 200px;
}
.dropdown-menu > li.nav-item {
  margin-left: 20px;
}
.tld-pricing-table th {
  font-size: 12px;
}

.modal-dialog {
  max-width: 90vw}

}

@media (min-width: 300px) and (max-width: 991px) {
.dropdown-toggle::after {
  display: none;
}
 .domain-btn .col-md-6{
  padding-top: 1.5rem;
 }
}


@media screen and (min-width: 1200px), screen and (device-width: 1200px) {
  .wp-block-group.is-container {
    padding-left: calc(4.4rem);
    padding-right: calc(4.4rem);
    padding-bottom: calc(4.4rem);
    padding-top: calc(4.4rem);
    max-width: none;
  }
}

@media (min-width: 1200px) {
  footer .container {
    max-width: 1200px;
  }
}

@media(min-width: 700px) {
  .pricing-style .pricing-list{
  min-height: 720px;
  }

}

@media (max-width: 768px) {
  .mobile-stack {
    flex-direction: column; /* Elementi uno sotto l'altro su mobile */
  }
  .ml-5 {
    margin-left: 0px !important;
  }
  .navbar-nav {
  gap: 10px;
  }
  .navbar-nav ul{
   margin-top:0px;
  }
  ul#menu-right-menu{
    margin: 0px;
    
  }
  i._mi._before.dashicons.dashicons-admin-users, i._mi._before.dashicons.dashicons-format-chat {
    display: none; /* oppure qualsiasi altra regola */
  }
  
}

@media (max-width: 781px) {
.wp-block-column.is-layout-flow > .btn {
  margin-bottom: 30px;
}

.searchdomain-toptld{
  font-size: 15px;
}
.domain-lifecycle {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
    gap: 30px;
    overflow-x: hidden;
      max-width: 1000px;
  margin: 0 auto;
  }

  .phase, .milestone {
    flex-direction: column;
    align-items: flex-start;
    min-width: 100%;
    gap: 8px;
  }

  .milestone {
    margin-bottom: 0;
  }

  .milestone-label {
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 4px;
  }

  .milestone-arrow {
display: none;
  }

  .circle {
  display: none;
  }

  .arrow {
    width: 100%;
    padding: 14px 16px;
    font-size: 14px;
    border-radius: 4px;
    position: relative;
  }

  .label-top {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #000;
  }

  .arrow::after {
    content: '';
    position: absolute;
    left: 24px;
    bottom: -10px;
    transform: rotate(0deg);
    border-top: 10px solid currentColor;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: none;
  }

  .phase.available .arrow::after { display: none; }
  .phase.active .arrow::after { display: none; }
  .phase.grace .arrow::after { display: none; }
  .phase.redemption .arrow::after { display: none; }
  .phase.pending .arrow::after { display: none; }

  /* Fix per la spaziatura dei box con giorni */
  .phase.grace, .phase.redemption, .phase.pending {
    gap: 6px;
  }

}



/* Sticky per la prima colonna SOLO quando lo schermo è stretto */
@media (max-width: 992px) {
  .table tbody tr td:first-child,
  .table thead tr th:first-child {
    position: sticky;
    left: 0;
    background-color: white;
    /* Evita sovrapposizioni */
    z-index: 1020;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    /* Aggiunge un effetto di separazione */

    max-width: 46px;
    /* Imposta una larghezza massima */
    overflow-wrap: break-word;
    /* Permette il ritorno a capo */
    white-space: normal;
    /* Consente il wrapping del testo */
    word-wrap: break-word;
    /* Alternativa per compatibilità */
    padding: 10px;
    /* Migliora la leggibilità */
  }
  .pricing .table td,
  th {
    max-width: 35px;
    white-space: normal;
    word-wrap: break-word;
  }
}

@media screen and (min-width: 992px) {
  .dropdown-menu{
    min-width: 250px;
  }
}

@media (min-width: 1000px) {
	.card-services .card:hover {
	  transform: translate3d(0, -8px, 0);
	  transition: transform 0.3s ease-in-out;
	}
  }

  