@charset "UTF-8";

form#metal-form {
    margin-top: 100px;
margin-bottom: 100px;
}

.metal-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 16px;
  padding: 12px 0;
  border-bottom: 2px solid #e3e3e3;
background: #F9F9F9;
    padding: 30px;
    border-radius: 5px;
}

.metal-label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.metal-price {
  min-height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  width: 250px;
font-weight: 500;
    font-size: 20px;
color: #000;
}

.metal-description {
  color: #555;
}

.metal-remove {
  justify-self: start;
  /* przy lewej krawędzi */
  align-self: start;
  margin-top: 4px;
}

select.metal-select {
  height: 38px;
  width: 200px;
  border-bottom: 1px solid #25b6fc;
  border-top: none;
  border-right: none;
  border-left: none;
}

.metal-form fieldset {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
}

.metal-form label {
  display: block;
  margin-bottom: 0.5rem;
}

/* Styl całego fieldsetu */
.metal-form-fieldset {
  margin-bottom: 25px;
}

/* Legenda */
.metal-form-fieldset legend {
  color: #000;
}

/* Grupa pól */
.metal-form-group {
  margin-bottom: 15px;
}

#metal-form > div:nth-child(1) > div.metal-form-group {
margin-bottom: 50px;
}

.metal-radio-group {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .metal-radio-group {
    margin-top: 20px;
  }
}

.metal-radio-group .radio-inline {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
      font-weight: 400;
    flex-direction: row;
    font-size: 16px;;
}

.metal-radio-group input[type=radio] {
  margin: 0;
}

.metal-summary {
padding-bottom: 75px;
    display: flex;
    padding-top: 25px;
color: black;
}

.metal-summary > div {
margin-right: 25px;
}

.metal-group {
  display: flex;
justify-content: space-between;
}
@media (max-width: 768px) {
  .metal-group, metal-group-left {
    flex-direction: column;
  }
}

/* Etykieta i input */
.metal-form-group label {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  color: #000;
  font-size: 16px;
}

.metal-field {
  display: flex;
  flex-direction: column;
  width: 300px;
margin-right: 10px;
}
@media (max-width: 768px) {
  .metal-field {
    margin-top: 20px;
  }
}

button#metal-add {
  width: 230px;
    height: 55px;
font-size: 16px;
font-weight: 500;
}

button[name=bullion_configurator] {
  width: 250px;
  height: 50px;
}

/* Pole input */
.metal-form-group input {
  padding: 10px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #25b6fc;
}

.metal-description {
  max-width: 250px;
  font-size: 14px;
  margin-top: 5px;
}


.radio-inline .metal-form-group input:focus {
  border-color: #FFA100;
  box-shadow: 0 0 5px rgba(255, 161, 0, 0.5);
  outline: none;
}

/* Responsywność - dwa pola w jednym wierszu */
@media (min-width: 768px) {
  .metal-form-fieldset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .metal-form-fieldset.info {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 12px;
  }

  .metal-form-fieldset legend {
    grid-column: 1/-1;
  }
}
.metal-bdo {
  display: none;
}

#bdo-group:has(input[value=tak]:checked) + #nr-bdo-wrap {
  display: block;
}

/*# sourceMappingURL=pfplugin.css.map */


.radio-inline input[type="radio"], .metal-form-group input[type="radio"] {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin-right: 10px;
}

label.radio-inline:first-child {
    margin-right: 50px;
}

#metal-form legend {
	font-size: 28px;
    color: black;
    font-weight: 500;
}

#metal-form .metal-form-group input {
    border: 1px solid #B2B2B2;
color: black;
font-weight: 600;
}

select.metal-select {
    border: none;
    border: 1px solid #02ABFC;
    width: 300px;
    color: black;
font-weight: 600;
}

input.metal-weight {
    border: 1px solid #02ABFC;
}

select.metal-select {
    height: 40px;
}

input.metal-weight {
    border: 1px solid #02ABFC !important;
}

.metal-field:nth-child(2) {
    margin-right: 200px;
}

button.metal-remove {
    background: transparent;
    border: none;
    color: #02ABFC;
    text-decoration: underline;
}

.sn-style {
    padding: 20px 0 50px 0;
}

.sn-style a {
    font-size: 20px;
}

button[name=bullion_configurator] {
    width: 250px;
    height: 50px;
    background: #02ABFC;
    border: none;
}


select.metal-select {
    background: #F9F9F9;
}

.sn-style a {
	text-decoration: underline !important;
}

.metal-description {
    color: #8A8A8A;
}

input.metal-weight {
    background: #F9F9F9 !important;
}

.metal-group-left {
	display: flex;
}

#over500-box label {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    white-space: nowrap;
}

/* Nadpisz domyślne style motywu dla checkboxa */
#over500-box input[type="checkbox"] {
  display: inline-block;    /* zamiast block */
  width: auto;              /* zamiast 100% */
  margin: 0;
  transform: scale(1.5);    /* powiększenie */
  transform-origin: left center;
  vertical-align: middle;
}

#custom {
    width: 230px;
    height: 35px;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 15px;
}