/* IPEKERP_455_3_4_SEARCH_PARTIAL_VEHICLE_WARNING_V1 */

.io45534-partial-warning {
  width: 100%;
  margin: 12px 0 16px;
  padding: 13px 15px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  border: 1px solid #efd7aa;
  border-radius: 13px;
  background: #fffaf0;
  box-shadow: 0 4px 14px rgba(72, 52, 15, .04);
}

.io45534-partial-warning__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: #ffefcc;
  color: #956000;
  font-size: 17px;
  font-weight: 900;
}

.io45534-partial-warning__copy strong {
  display: block;
  margin: 0 0 3px;
  color: #5c3d00;
  font-size: 13px;
  line-height: 1.3;
}

.io45534-partial-warning__copy p {
  margin: 0;
  color: #6c5b38;
  font-size: 11px;
  line-height: 1.45;
}

.io45534-partial-warning__vehicle {
  color: #173f70;
  font-weight: 850;
}

.io45534-partial-warning__action {
  min-height: 36px;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d6b36f;
  border-radius: 9px;
  background: #fff;
  color: #775000;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.io45534-partial-warning__action:hover {
  border-color: #bd8e35;
  background: #fffdf8;
}

@media (max-width: 760px) {
  .io45534-partial-warning {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .io45534-partial-warning__action {
    grid-column: 1 / -1;
    width: 100%;
  }
}
