.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:first-child,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.woocommerce-MyAccount-content > table {
  border-radius: 10px !important;
}

.woocommerce-MyAccount-content > table td:last-child {
  border-right: none !important;
}

@media (max-width: 921px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 0;
    width: 100%;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding-left: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    margin-top: 20px;
  }

  .woocommerce-MyAccount-content > table td:nth-child(2) {
    border-top: none !important;
  }
  .woocommerce-MyAccount-content > table td {
    border-right: none !important;
  }

}

.aconchego-post-delivery-actions {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}

.aconchego-post-delivery-actions__title {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.aconchego-post-delivery-actions__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.aconchego-post-delivery-actions__btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.aconchego-post-delivery-actions__btn--secondary {
  background-color: #fff;
  color: var(--ast-global-color-0, #2563eb);
  border: 2px solid var(--ast-global-color-0, #2563eb);
}

.aconchego-post-delivery-actions__btn--secondary:hover {
  background-color: var(--ast-global-color-0, #2563eb);
  color: #fff;
}

.aconchego-post-delivery-actions__btn--danger {
  background-color: #fff;
  color: #c0392b;
  border: 2px solid #c0392b;
}

.aconchego-post-delivery-actions__btn--danger:hover {
  background-color: #c0392b;
  color: #fff;
}

.aconchego-mark-received {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #f9fafb;
}

.aconchego-mark-received__description {
  margin: 0 0 16px;
  color: #374151;
}

.aconchego-mark-received__btn {
  background-color: var(--ast-global-color-0, #2563eb) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 10px 20px !important;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
}
