/* Daily / Bank 共通: type=date ＋ YYYY/M/D シム＋カレンダー記号（接頭辞 cea-ledger-date- で他と重複回避） */

.cea-ledger-date-field {
  margin-bottom: 10px;
}

.cea-ledger-date-field .form-label {
  margin: 0 0 4px;
}

.cea-ledger-date-composite {
  position: relative;
  min-width: 0;
  width: 100%;
  max-width: 11rem;
  min-height: 40px;
  height: 40px;
  box-sizing: border-box;
}

.cea-ledger-date-composite::after {
  content: '';
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  z-index: 2;
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 24 24' fill='none' stroke='%2366788a' stroke-width='2' stroke-linecap='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cpath d='M16 2v4M8 2v4M3 10h18'/%3E%3C/svg%3E")
    center / contain no-repeat;
  opacity: 0.92;
}

.cea-ledger-date-shim {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 40px;
  max-height: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  padding-right: 22px;
  font-size: 7.5px;
  font-weight: 600;
  letter-spacing: -0.025em;
  color: var(--c-hint);
  pointer-events: none;
}

.cea-ledger-date-shim--empty {
  color: transparent;
}

.cea-ledger-date-shim:not(.cea-ledger-date-shim--empty) {
  color: #1a2233;
}

.cea-ledger-date-composite:focus-within .cea-ledger-date-shim {
  border-color: var(--c-earth);
  background: #fff;
}

.cea-ledger-date-native {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  min-height: 40px;
  margin: 0;
  padding: 0 4px 0 0;
  border: none;
  box-sizing: border-box;
  opacity: 0.012;
  z-index: 1;
  cursor: pointer;
  font-size: 14px;
  color: transparent;
  background: transparent;
  -webkit-appearance: auto;
  appearance: auto;
}

.cea-ledger-date-native::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.cea-ledger-date-native::-webkit-datetime-edit,
.cea-ledger-date-native::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
