@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.hijri-date-converter-tool,
.hijri-date-converter-tool * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.hijri-date-converter-tool {
  position: relative;
  width: 100%;
  max-width: none;
  overflow-x: hidden;
  border-radius: 0 !important;
  padding: 48px 20px;
  background-color: #1e1b4b;
  background-image: radial-gradient(circle at 15% 10%, rgba(20, 184, 166, 0.42), transparent 30%), radial-gradient(circle at 85% 15%, rgba(245, 158, 11, 0.34), transparent 28%), linear-gradient(135deg, #111827 0%, #312e81 42%, #0f766e 100%);
  color: #f8fafc;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.hijri-date-converter-tool .hdc-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-header {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  text-align: center;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 5vw, 2.8rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
  color: #ffffff;
  background-color: transparent;
}

.hijri-date-converter-tool .hdc-subtitle {
  max-width: 720px;
  margin: 12px auto 0;
  padding: 0;
  font-size: 1.02rem;
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
  color: #dbeafe;
  background-color: transparent;
}

.hijri-date-converter-tool .hdc-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background-color: rgba(15, 23, 42, 0.58);
  box-shadow: 0 24px 80px rgba(2, 6, 23, 0.38);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-panel {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 22px;
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 18px;
  background-color: rgba(15, 23, 42, 0.68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 14px 36px rgba(2, 6, 23, 0.28);
  color: #f8fafc;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hijri-date-converter-tool .hdc-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(45, 212, 191, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 44px rgba(2, 6, 23, 0.34);
  background-color: rgba(15, 23, 42, 0.74);
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 18px;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool h2 {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 800;
  color: #ffffff;
  background-color: transparent;
}

.hijri-date-converter-tool .hdc-direction-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid rgba(45, 212, 191, 0.36);
  border-radius: 999px;
  background-color: rgba(20, 184, 166, 0.14);
  color: #ccfbf1;
  font-size: 0.78rem;
  line-height: 1.2;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.hijri-date-converter-tool .hdc-stack,
.hijri-date-converter-tool .hdc-hijri-fields {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-field {
  width: 100%;
  max-width: 100%;
  margin: 0 0 12px;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool label {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 0;
  color: #e0f2fe;
  background-color: transparent;
  font-size: 0.9rem;
  line-height: 1.3;
  font-weight: 800;
}

.hijri-date-converter-tool input,
.hijri-date-converter-tool select {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 48px;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(148, 163, 184, 0.42);
  border-radius: 12px;
  outline: none;
  background-color: rgba(15, 23, 42, 0.95);
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 650;
  box-shadow: 0 8px 22px rgba(2, 6, 23, 0.18);
}

.hijri-date-converter-tool input::placeholder {
  color: #94a3b8;
  background-color: transparent;
  opacity: 1;
}

.hijri-date-converter-tool input:focus,
.hijri-date-converter-tool select:focus {
  border-color: #2dd4bf;
  background-color: #0f172a;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(45, 212, 191, 0.18), 0 10px 26px rgba(2, 6, 23, 0.24);
}

.hijri-date-converter-tool select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 44px;
}

.hijri-date-converter-tool select option {
  background-color: #0f172a;
  color: #ffffff;
}

.hijri-date-converter-tool .hdc-select-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #ffffff;
}

.hijri-date-converter-tool .hdc-select-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0;
  padding: 0;
  pointer-events: none;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5 10 12.5 15 7.5' fill='none' stroke='%23ccfbf1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

.hijri-date-converter-tool .hdc-button-row {
  display: flex;
  align-items: stretch;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-btn,
.hijri-date-converter-tool .hdc-copy-all,
.hijri-date-converter-tool .hdc-row-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 46px;
  margin: 0;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid transparent;
  cursor: pointer;
  color: #ffffff;
  background-color: rgba(30, 41, 59, 0.92);
  font-size: 0.94rem;
  line-height: 1.2;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(2, 6, 23, 0.22);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.hijri-date-converter-tool .hdc-button-row .hdc-btn {
  flex: 1 1 0;
}

.hijri-date-converter-tool .hdc-btn svg,
.hijri-date-converter-tool .hdc-empty-state svg {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  background-color: transparent;
  color: currentColor;
  flex-shrink: 0;
}

.hijri-date-converter-tool .hdc-btn:hover,
.hijri-date-converter-tool .hdc-copy-all:hover,
.hijri-date-converter-tool .hdc-row-copy:hover {
  transform: translateY(-1px);
  background-color: rgba(20, 184, 166, 0.22);
  color: #ffffff;
  border-color: rgba(94, 234, 212, 0.56);
  box-shadow: 0 0 22px rgba(45, 212, 191, 0.22), 0 14px 32px rgba(2, 6, 23, 0.28);
}

.hijri-date-converter-tool .hdc-btn:focus-visible,
.hijri-date-converter-tool .hdc-copy-all:focus-visible,
.hijri-date-converter-tool .hdc-row-copy:focus-visible {
  outline: none;
  background-color: rgba(15, 23, 42, 0.96);
  color: #ffffff;
  border-color: #fbbf24;
  box-shadow: 0 0 0 4px rgba(251, 191, 36, 0.24);
}

.hijri-date-converter-tool .hdc-btn-primary {
  background-color: #14b8a6;
  color: #042f2e;
  border-color: rgba(153, 246, 228, 0.55);
}

.hijri-date-converter-tool .hdc-btn-primary:hover {
  background-color: #2dd4bf;
  color: #042f2e;
}

.hijri-date-converter-tool .hdc-btn-secondary {
  background-color: rgba(30, 41, 59, 0.88);
  color: #e0f2fe;
  border-color: rgba(148, 163, 184, 0.28);
}

.hijri-date-converter-tool .hdc-btn-ghost {
  background-color: rgba(15, 23, 42, 0.52);
  color: #f8fafc;
  border-color: rgba(226, 232, 240, 0.2);
}

.hijri-date-converter-tool .hdc-results-panel {
  min-height: 100%;
}

.hijri-date-converter-tool .hdc-results-scroll {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  max-height: 430px;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-results-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 2px 2px 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-result-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 12px 16px;
  gap: 12px;
  background-color: rgba(15, 23, 42, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 14px;
  color: #f8fafc;
  box-shadow: 0 10px 24px rgba(2, 6, 23, 0.2);
  animation: hdcFadeIn 220ms ease both;
  transition: transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.hijri-date-converter-tool .hdc-result-row:hover {
  transform: translateY(-1px);
  border-color: rgba(45, 212, 191, 0.42);
  background-color: rgba(15, 23, 42, 0.96);
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-result-text {
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #f8fafc;
}

.hijri-date-converter-tool .hdc-result-label {
  display: block;
  margin: 0 0 4px;
  padding: 0;
  font-size: 0.78rem;
  line-height: 1.25;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #99f6e4;
  background-color: transparent;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hijri-date-converter-tool .hdc-result-value {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 800;
  color: #ffffff;
  background-color: transparent;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hijri-date-converter-tool .hdc-result-sub {
  display: block;
  margin: 3px 0 0;
  padding: 0;
  font-size: 0.84rem;
  line-height: 1.35;
  font-weight: 650;
  color: #cbd5e1;
  background-color: transparent;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hijri-date-converter-tool .hdc-row-copy {
  flex: 0 0 auto;
  width: auto;
  min-height: 38px;
  padding: 9px 12px;
  font-size: 0.82rem;
  color: #ecfeff;
  background-color: rgba(20, 184, 166, 0.16);
  border-color: rgba(45, 212, 191, 0.3);
  box-shadow: none;
}

.hijri-date-converter-tool .hdc-copy-all {
  flex: 0 0 auto;
  width: auto;
  min-height: 34px;
  padding: 8px 12px;
  font-size: 0.78rem;
  color: #ecfeff;
  background-color: rgba(20, 184, 166, 0.16);
  border-color: rgba(45, 212, 191, 0.3);
  box-shadow: none;
}

.hijri-date-converter-tool .hdc-empty-state {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  min-height: 112px;
  margin: 0;
  padding: 18px;
  border: 1px dashed rgba(148, 163, 184, 0.38);
  border-radius: 14px;
  background-color: rgba(15, 23, 42, 0.56);
  color: #cbd5e1;
  font-size: 0.95rem;
  line-height: 1.45;
  font-weight: 700;
}

.hijri-date-converter-tool .hdc-empty-state span {
  display: inline;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #cbd5e1;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hijri-date-converter-tool .hdc-empty-state svg {
  width: 28px;
  height: 28px;
  color: #5eead4;
}

.hijri-date-converter-tool .hdc-note {
  width: 100%;
  max-width: 100%;
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 12px;
  background-color: rgba(120, 53, 15, 0.22);
  color: #fde68a;
  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 700;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.hijri-date-converter-tool .hdc-calendar-btn {
  margin: auto 0 0;
  background-color: rgba(251, 191, 36, 0.94);
  color: #422006;
  border-color: rgba(253, 230, 138, 0.6);
}

.hijri-date-converter-tool .hdc-calendar-btn:hover {
  background-color: #fcd34d;
  color: #422006;
}

.hijri-date-converter-tool .hdc-calendar-btn:disabled {
  cursor: not-allowed;
  transform: none;
  opacity: 0.55;
  background-color: rgba(71, 85, 105, 0.75);
  color: #cbd5e1;
  border-color: rgba(148, 163, 184, 0.22);
  box-shadow: none;
}

.hijri-date-converter-tool .hdc-error {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(248, 113, 113, 0.42);
  border-radius: 14px;
  background-color: rgba(127, 29, 29, 0.4);
  color: #fecaca;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 800;
  overflow-wrap: anywhere;
  word-break: break-word;
}

@keyframes hdcFadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .hijri-date-converter-tool {
    padding: 28px 10px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 0.9rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 12px;
    border-radius: 18px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 14px;
  }

  .hijri-date-converter-tool .hdc-section-head {
    gap: 10px;
    margin-bottom: 14px;
    flex-wrap: wrap;
  }

  .hijri-date-converter-tool .hdc-stack,
  .hijri-date-converter-tool .hdc-hijri-fields,
  .hijri-date-converter-tool .hdc-results-list {
    gap: 12px;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 46px;
    padding: 12px 16px;
    font-size: 0.95rem;
  }

  .hijri-date-converter-tool .hdc-button-row {
    flex-direction: column;
    gap: 10px;
  }

  .hijri-date-converter-tool .hdc-btn {
    min-height: 46px;
    padding: 12px 14px;
    font-size: 0.9rem;
  }

  .hijri-date-converter-tool .hdc-result-row {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px 14px;
    gap: 10px;
  }

  .hijri-date-converter-tool .hdc-row-copy {
    width: 100%;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 0.94rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 360px;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .hijri-date-converter-tool {
    padding: 32px 14px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 0.94rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 14px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 16px;
  }

  .hijri-date-converter-tool .hdc-section-head {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 48px;
    padding: 12px 16px;
    font-size: 0.98rem;
  }

  .hijri-date-converter-tool .hdc-button-row {
    flex-direction: column;
    gap: 10px;
  }

  .hijri-date-converter-tool .hdc-btn {
    min-height: 48px;
    font-size: 0.92rem;
  }

  .hijri-date-converter-tool .hdc-result-row {
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .hijri-date-converter-tool .hdc-row-copy {
    width: 100%;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 0.96rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 380px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .hijri-date-converter-tool {
    padding: 38px 16px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 0.98rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 18px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 18px;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 48px;
    padding: 12px 16px;
  }

  .hijri-date-converter-tool .hdc-button-row {
    flex-direction: column;
    gap: 12px;
  }

  .hijri-date-converter-tool .hdc-result-row {
    padding: 12px 16px;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 0.98rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hijri-date-converter-tool {
    padding: 44px 18px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 1rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 20px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 18px;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 48px;
    padding: 12px 16px;
    font-size: 0.96rem;
  }

  .hijri-date-converter-tool .hdc-button-row {
    gap: 10px;
  }

  .hijri-date-converter-tool .hdc-btn {
    min-height: 48px;
    padding: 12px 12px;
    font-size: 0.86rem;
  }

  .hijri-date-converter-tool .hdc-result-row {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 12px 14px;
  }

  .hijri-date-converter-tool .hdc-row-copy {
    width: 100%;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 0.94rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 440px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .hijri-date-converter-tool {
    padding: 52px 22px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 1.02rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 22px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 22px;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 48px;
    padding: 12px 16px;
  }

  .hijri-date-converter-tool .hdc-btn {
    min-height: 48px;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 1rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 430px;
  }
}

@media (min-width: 1200px) {
  .hijri-date-converter-tool {
    padding: 60px 24px;
    border-radius: 0 !important;
  }

  .hijri-date-converter-tool .hdc-container {
    width: 100%;
    max-width: 1200px;
  }

  .hijri-date-converter-tool h1 {
    font-size: clamp(1.5rem, 5vw, 2.8rem);
  }

  .hijri-date-converter-tool .hdc-subtitle {
    font-size: 1.06rem;
  }

  .hijri-date-converter-tool .hdc-card {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    padding: 24px;
  }

  .hijri-date-converter-tool .hdc-panel {
    padding: 24px;
  }

  .hijri-date-converter-tool input,
  .hijri-date-converter-tool select {
    height: 50px;
    padding: 12px 16px;
  }

  .hijri-date-converter-tool .hdc-btn {
    min-height: 50px;
  }

  .hijri-date-converter-tool .hdc-result-value {
    font-size: 1.02rem;
  }

  .hijri-date-converter-tool .hdc-results-scroll {
    max-height: 450px;
  }
}