
.nag-logo-form-wrapper {
  max-width: 700px;
  margin: 40px auto;
  font-family: inherit;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.nag-logo-form-wrapper fieldset {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}
.nag-logo-form-wrapper label {
    margin: 10px 0;
}
.nag-color-picker {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  outline: none;
  margin-top: 8px;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  background: #ed2f60;
  border-radius: 50%;
  border: 2px solid #bd1943;
  cursor: pointer;
  margin-top: -4px;
}
input[type="range"]::-moz-range-thumb {
  width: 14px;
  height: 14px;
  background: #ed2f60;
  border-radius: 50%;
  border: 2px solid #bd1943;
  cursor: pointer;
}
#nag-output-box {
  border: 1px solid #ccc;
  margin-top: 20px;
  padding: 20px;
  background: #f9f9f9;
  position: relative;
  border-radius: 6px;
}
.nag-output-header {
  display: flex;
  justify-content: flex-end;
}

button#nag-generate-btn {
  background: #ed2f60;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
    margin: 20px auto 0;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

fieldset legend {
    font-size: 20px !important;
    font-weight: bold !important;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
label {
    font-size: 16px;
        margin-bottom: 10px;
}

.nag-font-options label {
        font-size: 16px;
    margin-bottom: 10px;
}

.nag-logo-form-wrapper fieldset label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.nag-color-picker {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.nag-color-picker label {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 6px;
    min-width: 160px;
}


.nag-color-picker {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.nag-color-picker label {
    align-items: flex-start;
    text-align: left;
}

.nag-slider-block {
    margin-bottom: 20px;
}
.nag-slider-label {
    font-weight: 600;
    margin-bottom: 5px;
    }
.nag-slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nag-slider-container input[type="range"] {
    flex: 1;
}
.nag-left-label, .nag-right-label {
    font-size: 14px;
    min-width: 70px;
    text-align: center;
}

.nag-slider-container {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nag-slider-container input[type="range"] {
    width: 100%;
    max-width: 400px;
}
.nag-slider-block {
        margin-bottom: 20px;
}

.nag-left-label {
    font-size: 14px;
    min-width: 70px;
    text-align: right;
}

.nag-right-label {
    font-size: 14px;
    min-width: 70px;
    text-align: left;
}

.nag-slider-container input[type="range"] {
    width: 125%;
    max-width: 500px;
}

.nag-slider-container {
    display: grid;
    grid-template-columns: 90px 1fr 105px;
    align-items: center;
    gap: 10px;
}

.nag-slider-container input[type="range"] {
    width: 100%;
    max-width: 600px;
}

.nag-logo-form-wrapper fieldset input[type="text"],
.nag-logo-form-wrapper fieldset select,
.nag-logo-form-wrapper fieldset textarea {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.nag-logo-form-wrapper fieldset label {
        font-weight: 600;
    margin-bottom: 5px;
}

.nag-logo-form-wrapper fieldset label {
    font-size: 16px !important;
    font-weight: bold !important;
}

.nag-slider-label,
.nag-left-label,
.nag-right-label {
    font-size: 16px !important;
    font-weight: bold !important;
}











@keyframes flashText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}



.nag-color-picker input[type="color"] {
    height: 48px !important;
    width: 100% !important;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.nag-loading {
    font-size: 14px;
    color: #ed2f60;
    background: none !important;
    animation: flashText 1s infinite;
}

@keyframes flashText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}



h2.nag-form-title {
    color: #212121 !important;
}







.nag-logo-form-wrapper h2 {
    text-align: center;
    color: #424242;
    margin-bottom: 25px;
    font-size: 26px;
    margin-top: 0px;
}

#nag-output-text {
    font-size: 16px;
    color: #424242;
    line-height: 1.5;
}

#nag-copy-btn {
    padding: 5px 10px;
    cursor: pointer;
    background: none;
    color: #ed2f60;
    border: none;
    border-radius: 4px;
    margin-top: -20px;
    margin-right: -20px;
}





input[type="checkbox"], input[type="radio"] {
    margin-right: 0px !important;
}
