.plake-container {
  width: 100%;
  margin: 20px auto;
  position: relative;
  height: 65px;
  background-image: url('/Clients/Settings/images/plake_frame.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.plake-container .plate-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  gap: 20px;
}

.plake-container .iran-code-wrapper {
  margin: 20px 10px 0px 0px;
}

.plake-container .numbers-wrapper {
  display: flex;
  gap: 10px;
}

.plake-container .plate-input {
  height: 35px;
  font-size: 30px;
  border: none;
  text-align: center;
  background: transparent;
  font-weight: bold;
  width: 60px;
}

.plake-container .plate-input::placeholder {
  font-size: 18px;
  color: #ddd;
  line-height: 35px;
  font-weight: bold;
}

.plake-container #iran-code {
  width: 40px;
}

.plake-container #letter {
  width: 30px;
}

.plake-container #number2 {
  width: 35px;
}

.plake-container .plate-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

/* واکنش‌گرا فقط برای plake-container */
@media (max-width: 768px) {
  .plake-container .iran-code-wrapper {
    margin-right: 10px;
  }

  .plake-container .plate-input {
    height: 30px;
    font-size: 24px;
    width: 60px;
  }

  .plake-container #iran-code {
    width: 35px;
  }

  .plake-container #letter {
    width: 25px;
  }

  .plake-container #number2 {
    width: 30px;
  }

  .plake-container .plate-input::placeholder {
    font-size: 14px;
    line-height: 30px;
  }

  .plake-container .plate-main {
    gap: 10px;
  }

  .plake-container .numbers-wrapper {
    gap: 8px;
  }
}
`
