body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  color: #333;
}

.container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 1300px) {
  .container {
        display: none !important;
  }
}

.preview {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    zoom: 135%;
}

#label {
  width: 400px;
  height: 400px;
  background: white;
  border: 2px dashed #333;
  border-radius: 50%;
  padding: 20px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-size: 9px;
  line-height: 1.3;
  overflow: hidden;
}

.form {
  flex: 0 0 320px;
  background: white;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

label {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

input[type="text"],
input[type="number"],
select {
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

fieldset {
  border: none;
  padding: 0;
  margin-top: 15px;
}

fieldset label {
  display: inline-block;
  margin-right: 15px;
}

button-pobierz {
  background-color: #59925E;
  color: white;
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
}

button-pobierz:hover {
  background-color: #68314e;
}

.move-controls {
  text-align: center;
}

.move-controls label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.move-controls button {
  padding: 4px 10px;
  font-size: 14px;
  margin: 2px;
  background-color: #4CAF50;
  color: white;
  border-radius: 4px;
}

.piktogramy {
  width: auto;
  position: relative;
}

.piktogramyico {
    width: auto;
    max-height: 40px;
    height: 40px;
    margin: 5px auto;
    position: relative;
}

.label-warning {
  font-size: 10.5px;
  line-height: 1.2;
  padding: 2px 5px;
  text-align: center;
  max-width: 95%;
  position: relative;
  z-index: 2;
}

.fixed-warning {
    font-size: 10.5px;
    line-height: 1.2;
    padding: 2px 5px;
    text-align: center;
    max-width: 95%;
    position: relative;
    z-index: 2;
}

.label-warning-ready {
    font-size: 8.5px;
    line-height: 1.1;
    padding: 2px 5px;
    text-align: center;
    max-width: 95%;
    position: relative;
    z-index: 2;
}

.fixed-warning-ready {
    font-size: 8px;
    line-height: 1.1;
    padding: 2px 5px;
    text-align: center;
    max-width: 95%;
    position: relative;
    z-index: 2;
}

.warning-line {
  white-space: nowrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  text-align: center;
}

#label-product {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1.2;
}
#product-line-1,
#product-line-2 {
  font-size: 12px;
}

#company-name-block,
#company-contact-block {
  font-size: 10.5px;
  line-height: 1.2;
  text-align: center;
  z-index: 2;
}

p#label-weight {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    z-index: 2;
}

p#label-batch {
    font-weight: 600;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    z-index: 2;
}

.move-controls-blue {
  text-align: center;
}

.move-controls-blue label {
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.move-controls-blue button {
  padding: 4px 10px;
  font-size: 14px;
  margin: 2px;
  border-radius: 4px;
  background-color: #2196F3; /* niebieski */
  color: white;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #f0f2f5;
    color: #333;
    margin: 0;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    align-items: flex-start;
}

.form {
    flex: 0 0 340px;
    background: white;
    padding: 10px 20px;
    border-radius: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

label {
    display: block;
    margin-top: 9px;
    font-weight: 500;
    font-size: 14px;
}

input[type="text"],
input[type="number"],
select {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #fafafa;
}

fieldset {
    border: none;
    padding: 0;
    margin-top: 15px;
}

fieldset label {
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 18px;
    font-size: 14px;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 25px;
    transition: all 0.25s ease;
}

button:hover {
    background-color: #43a047;
}

.preview-panel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.move-controls-panel {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}

.move-controls-blok,
.move-controls-other-blok {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
    width: 760px;
    justify-content: space-between;
}

.move-controls label,
.move-controls-blue label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 0px;
}

.move-controls button,
.move-controls-blue button {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.move-controls button {
    background-color: #59925E;
    color: white;
}

.move-controls-blue button {
    background-color: #68314e;
    color: white;
}

.move-controls button:hover {
    background-color: #3e8e41;
}

.move-controls-blue button:hover {
    background-color: #68314e;
}

#ufiGreenLogo {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    pointer-events: none;
    width: 50%;
    z-index: 1;
}

.ufiGreenLogo-ready {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
    width: 50%;
    z-index: 1;
}

#label-ufi {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size:  10.5px;
    font-weight: 600;
}

.justify-controls {
    margin-top: 6px;
    display: flex;
    gap: 5px;
    justify-content: center;
}

.justify-controls button {
    background-color: #e2e8f0;
    color: #1e293b;
    border: none;
    padding: 4px 6px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.justify-controls button:hover {
    background-color: #cbd5e1;
}

img#madebylogo {
    height: 40px;
    opacity: 40%;
}

.madeby {
    display: flex;
    position: fixed;
    bottom: 35px;
    right: 20px;
    font-size: 14px;
    align-items: flex-end;
    flex-direction: column;
    color: #9ba0a7;
}

.madeby p {
    margin: 1px;
}

.madeby a {
    margin: 1px;
    color: inherit;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('https://aspolscentrapolish-f9euh4g3dsc2c5cs.polandcentral-01.azurewebsites.net/wp-content/uploads/etykiety/roboto-condensed.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

#mobile-warning {
  display: none!important;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  color: #333;
  background-color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  #mobile-warning {
        display: block !important;
        position: sticky;
        top: 0;
        width: 100vw;
        height: 100vh;
        z-index: 999;
        align-items: center;
        padding-top: 50vh;
  }
}

label.stopka p {
    margin: 0px !important;
    color: #9ba0a7;
}

label.stopka {
    margin-top: 60px;
    margin-bottom: 20px;
}

#piktogramWykrzyknik {
    width: 56px;
    position: absolute;
    bottom: 33px;
    left: 85px;
}

#piktogramSrodowisko {
    width: 56px;
    position: absolute;
    bottom: 60px;
    left: 45px;
}

#label-warning-2 {
    position: relative;
    font-size: 9px;
    line-height: 1.1;
    padding: 5px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
}

.pcn-label {
    position: absolute;
    bottom: 5px;
    color: #fff;
    z-index: 2;
}

select#massUnit {
    width: 30%;
}

.waga {
    display: flex;
    gap: 5px;
}

.fraglist {
    background-color: #fff;
    color: #59925E;
    border-radius: 0px;
    border-bottom: 2px solid;
    width: 49%;
    border-color: #59925E;
    margin-top: 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    }

.fraglist-off {
    background-color: #fff;
    color: #777;
    border-radius: 0px;
    border-bottom: 2px solid;
    width: 49%;
    border-color: #777;
    margin-top: 0px;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    }


.fraglist:hover {
    color: #68314e;
    border-color: #68314e;
}

.fraglist-off:hover {
    color: #68314e;
    border-color: #68314e;
}