#modal-phananh {
  display: none;
  padding: 0;
  color: #2E2E2E;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }

.modal-phananh-inner {
  position: relative;
  width: 560px;
  max-width: calc(100vw - 24px);
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22); }

.modal-phananh-header {
  padding: 18px 20px 14px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.08); }

.modal-phananh-title {
  margin: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600; }

.modal-phananh-close {
  position: absolute;
  top: 12px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(46, 46, 46, 0.75);
  font-size: 14px;
  line-height: 1;
  cursor: pointer; }

.modal-phananh-body {
  padding: 16px 20px 18px; }

.modal-phananh-form {
  display: grid;
  gap: 12px; }

.modal-phananh-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 6px; }

.modal-phananh-required {
  color: #D11A2A;
  font-weight: 700; }

.modal-phananh-input,
.modal-phananh-textarea {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  padding: 10px 12px;
  font-size: 12.5px;
  line-height: 1.2;
  outline: none;
  color: #2E2E2E;
  background: #fff;
  box-shadow: none; }
  .modal-phananh-input::placeholder,
  .modal-phananh-textarea::placeholder {
    color: #B7B7B7; }
  .modal-phananh-input:focus,
  .modal-phananh-textarea:focus {
    border-color: rgba(46, 46, 46, 0.3); }

.modal-phananh-textarea {
  min-height: 92px; }

.modal-phananh-upload {
  width: 130px;
  height: 96px;
  border: 1px dashed rgba(46, 46, 46, 0.22);
  border-radius: 3px;
  background: rgba(46, 46, 46, 0.02);
  display: grid;
  place-items: center; }

.modal-phananh-upload-inner {
  display: grid;
  gap: 6px;
  justify-items: center;
  color: rgba(46, 46, 46, 0.62); }

.modal-phananh-upload-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: rgba(46, 46, 46, 0.48); }

.modal-phananh-upload-text {
  text-align: center;
  font-size: 12px;
  line-height: 1.05; }

.modal-phananh-upload-sub {
  margin-top: 2px;
  font-size: 11px;
  color: rgba(46, 46, 46, 0.55); }

.modal-phananh-captcha {
  display: grid;
  gap: 8px; }

.modal-phananh-captcha-row {
  display: flex;
  align-items: center;
  gap: 10px; }

.modal-phananh-captcha-image {
  width: 180px;
  height: 48px;
  border: 1px solid #E6E6E6;
  border-radius: 3px;
  background: #fff; }

.modal-phananh-captcha-refresh {
  width: 26px;
  height: 26px;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  color: rgba(46, 46, 46, 0.65);
  font-size: 18px;
  line-height: 1; }

.modal-phananh-actions {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }

.modal-phananh-btn {
  height: 40px;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600; }

.modal-phananh-btn--cancel {
  background: #E9E9E9;
  color: #2E2E2E; }

.modal-phananh-btn--submit {
  background: #2E2E2E;
  border-color: #2E2E2E;
  color: #fff; }
