.container-fluid.content {
  margin: 0;
  padding: 0;
}

.cancel-order-content {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.cancel-order-content .header {
  width: 100%;
  height: 643px;
}

.cancel-order-content .header .jumbotron {
  width: 100%;
  height: 100%;
  padding: 4rem;
  gap: 2rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-size: cover;
  background-position: center;
	position: relative;
}

.cancel-order-content .header .jumbotron::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 1;
}

.cancel-order-content .header .jumbotron > * {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 575px) {
  .cancel-order-content .header .jumbotron {
    padding: 1rem;
  }
}

.cancel-order-content .header .jumbotron small {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.cancel-order-content .header .jumbotron h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  font-style: normal;
  margin: 2rem 0;
}

@media screen and (max-width: 575px) {
  .cancel-order-content .header .jumbotron h1 {
    font-size: 32px;
  }
}

.cancel-order-content .content {
  background: #f7f8fa;
  padding: 3rem 0 4rem;
}

.cancel-order-content .container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.cancel-order-content .cancel-order-hero {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
}

.cancel-order-content .cancel-order-hero h2 {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 900;
  margin-bottom: 1rem;
  color: #0c2122;
}

.cancel-order-content .cancel-order-hero p {
  line-height: 1.7;
  margin-bottom: 0;
  color: #1f2a2b;
}

.cancel-order-content .cancel-order-form,
.cancel-order-content .cancel-order-results {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  border: 1px solid #eef0f2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}

.cancel-order-content .cancel-order-results h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 900;
  margin-bottom: 1rem;
  color: #0c2122;
}

.cancel-order-content .cancel-order-results .card-body {
  line-height: 1.75;
}

.cancel-order-content .cancel-order-results .row > [class*='col-'] {
  margin-bottom: 1.25rem;
}

.cancel-order-content .cancel-order-results .row strong {
  display: inline-block;
  margin-bottom: 0.35rem;
}

.cancel-order-content .cancel-order-results ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
}

.cancel-order-content .cancel-order-results li {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

.cancel-order-content .cancel-order-results .cancel-order-address {
  line-height: 1.75;
}

.cancel-order-content .cancel-order-results strong,
.cancel-order-content .cancel-order-form label {
  color: #0c2122;
  font-weight: 700;
}

.cancel-order-content .cancel-order-form .form-group {
  margin-bottom: 1rem;
}

.cancel-order-content .cancel-order-form .form-control {
  width: 100%;
}

.cancel-order-content .cancel-order-loader {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #0c2122;
  font-weight: 600;
}

.cancel-order-content .cancel-order-loader[hidden] {
  display: none !important;
}

.cancel-order-content .cancel-order-loader__spinner {
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  border: 2px solid rgba(112, 188, 31, 0.25);
  border-top-color: #70BC1F;
  animation: cancel-order-spin 0.8s linear infinite;
}

.cancel-order-content .btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.cancel-order-content .btn:hover,
.cancel-order-content .btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.cancel-order-content .cancel-countdown {
  display: inline-block;
  font-weight: 700;
  color: #70BC1F;
}

.cancel-order-content .cancel-countdown.is-expired {
  color: #d93025 !important;
}

.cancel-order-content .btn.btn-warning {
  background: #70BC1F;
  border-color: #70BC1F;
  color: #fff;
}

.cancel-order-content .btn.btn-warning:hover {
  background: #5ca81b;
  border-color: #5ca81b;
  color: #fff;
}

.cancel-order-content .btn.btn-primary {
  background: #70BC1F;
  border-color: #70BC1F;
  color: #fff;
}

.cancel-order-content .btn.btn-primary:hover,
.cancel-order-content .btn.btn-primary:focus-visible {
  background: #5ca81b;
  border-color: #5ca81b;
  color: #fff;
}

.cancel-order-content .btn.btn-danger {
  background: #d93025;
  border-color: #d93025;
  color: #fff;
}

.cancel-order-content .btn.btn-danger:hover {
  background: #c5221f;
  border-color: #c5221f;
  color: #fff;
}

.cancel-order-content .cancel-order-success {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #edf8ec;
  border: 1px solid #b7e1b0;
  color: #1b5e20;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 6px 20px rgba(70, 145, 74, 0.08);
}

.cancel-order-content .cancel-order-success__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: #70bc1f;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.1rem;
}

.cancel-order-content .cancel-order-success__text {
  line-height: 1.65;
}

.cancel-order-content .cancel-order-success__text strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #1b5e20;
}

.cancel-order-content .cancel-order-warning {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  background: #fff8e1;
  border: 1px solid #ffd54f;
  color: #8a5a00;
  border-radius: 14px;
  padding: 1rem 1.1rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  box-shadow: 0 6px 20px rgba(217, 160, 37, 0.12);
}

.cancel-order-content .cancel-order-warning--expired {
  background: #fdecea;
  border-color: #ef9a9a;
  color: #b71c1c;
  box-shadow: 0 6px 20px rgba(183, 28, 28, 0.08);
}

.cancel-order-content .cancel-order-warning--success {
  background: #edf8ec;
  border-color: #b7e1b0;
  color: #1b5e20;
  box-shadow: 0 6px 20px rgba(70, 145, 74, 0.08);
}

@keyframes cancel-order-spin {
  to {
    transform: rotate(360deg);
  }
}

.cancel-order-content .cancel-order-warning--rejected {
  background: #fdecea;
  border-color: #ef9a9a;
  color: #b71c1c;
  box-shadow: 0 6px 20px rgba(183, 28, 28, 0.08);
}

.cancel-order-content .cancel-order-warning__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 999px;
  background: #f4a62a;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.1rem;
}

.cancel-order-content .cancel-order-warning--expired .cancel-order-warning__icon {
  background: #d32f2f;
}

.cancel-order-content .cancel-order-warning--success .cancel-order-warning__icon {
  background: #70bc1f;
}

.cancel-order-content .cancel-order-warning--rejected .cancel-order-warning__icon {
  background: #d32f2f;
}

.cancel-order-content .cancel-order-warning__text {
  line-height: 1.65;
}

.cancel-order-content .cancel-order-warning__text strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #8a5a00;
}

.cancel-order-content .cancel-order-warning--expired .cancel-order-warning__text strong {
  color: #b71c1c;
}

.cancel-order-content .cancel-order-warning--success .cancel-order-warning__text strong {
  color: #1b5e20;
}

.cancel-order-content .cancel-order-warning--rejected .cancel-order-warning__text strong {
  color: #b71c1c;
}

.cancel-order-open-modal {
  margin-top: 1rem;
}

.cancel-order-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cancel-order-modal.is-open {
  display: flex;
}

.cancel-order-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.cancel-order-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 640px;
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  line-height: 1.75;
}

.cancel-order-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  border: 0;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
}

.cancel-order-modal__dialog h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 900;
  color: #0c2122;
}

.cancel-order-modal__dialog p {
  margin: 0 0 1.25rem;
  color: #1f2a2b;
  line-height: 1.8;
}

.cancel-order-modal__form .form-group {
  margin-bottom: 1.25rem;
}

.cancel-order-modal__form label {
  display: inline-block;
  margin-bottom: 0.4rem;
  font-weight: 700;
  color: #0c2122;
}

.cancel-order-content .cancel-order-field-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-weight: 700;
  color: #0c2122;
}

.cancel-order-content .cancel-order-product-options {
  display: grid;
  gap: 0.65rem;
}

.cancel-order-content .cancel-order-product-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
  padding: 0.85rem 0.95rem;
  border: 1px solid #dcefd4;
  border-radius: 12px;
  background: #f8fbf6;
  color: #0c2122;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.cancel-order-content .cancel-order-product-option:hover,
.cancel-order-content .cancel-order-product-option:focus-within {
  border-color: #70BC1F;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(112, 188, 31, 0.12);
}

.cancel-order-content .cancel-order-product-option input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cancel-order-content .cancel-order-product-option__check {
  flex: 0 0 auto;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: 0.12rem;
  border: 2px solid #b7d7ac;
  border-radius: 6px;
  background: #ffffff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.cancel-order-content .cancel-order-product-option__check::after {
  content: '';
  display: block;
  width: 0.35rem;
  height: 0.65rem;
  margin: 0.1rem auto 0;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.cancel-order-content .cancel-order-product-option input:checked + .cancel-order-product-option__check {
  border-color: #70BC1F;
  background: #70BC1F;
}

.cancel-order-content .cancel-order-product-option input:checked + .cancel-order-product-option__check::after {
  opacity: 1;
}

.cancel-order-content .cancel-order-product-option__body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.cancel-order-content .cancel-order-product-option__name {
  font-weight: 700;
  line-height: 1.35;
}

.cancel-order-content .cancel-order-product-option__meta {
  color: #53605c;
  font-size: 0.92rem;
  line-height: 1.45;
}

.cancel-order-content .cancel-order-product-option__quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.4rem;
}

.cancel-order-content .cancel-order-product-option__quantity-label {
  color: #3f4c47;
  font-size: 0.86rem;
  font-weight: 700;
}

.cancel-order-content .cancel-order-product-option__quantity input {
  width: 5.2rem;
  min-height: 2.25rem;
  padding: 0.35rem 0.55rem;
  border: 1px solid #c9e3bd;
  border-radius: 8px;
  background: #ffffff;
  color: #0c2122;
  font-weight: 700;
}

.cancel-order-content .cancel-order-product-option__quantity input:focus {
  border-color: #70BC1F;
  box-shadow: 0 0 0 3px rgba(112, 188, 31, 0.16);
  outline: 0;
}

.cancel-order-modal__form .form-control {
  width: 100%;
  min-height: 120px;
  line-height: 1.6;
  border-radius: 12px;
  padding: 0.9rem 1rem;
}

.cancel-order-modal__form .btn {
  margin-top: 0.25rem;
}

.cancel-order-content .cancel-order-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 2.65rem;
}

.cancel-order-content .cancel-order-submit-button__spinner {
  display: none;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-top-color: #ffffff;
  animation: cancel-order-spin 0.75s linear infinite;
}

.cancel-order-content .cancel-order-submit-button.is-loading .cancel-order-submit-button__spinner {
  display: inline-block;
}

.cancel-order-content .cancel-order-submit-button.is-loading,
.cancel-order-content .cancel-order-submit-button:disabled {
  cursor: wait;
  opacity: 0.86;
  transform: none;
}

@media screen and (max-width: 575px) {
  .cancel-order-modal__dialog {
    padding: 1.25rem;
    border-radius: 14px;
  }
}
