/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
@import url("https://api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css");

 .btn-vinted {
    background-color: white;
    color: #007782;
    font-size: 14px;
    border-radius: 8px;
    border: #007782 solid 1px;
    margin: 0 auto;
    padding: 1px 5px;
    font-weight: 600;
    text-align: center;
    width: 55%;
    font-style: italic;
    opacity: 0.7;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

.btn-estimate {
  background: none;
  border: 0.5px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  color: #888;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.estimation-card {
  border: 0.5px solid #e0e0e0;
  border-radius: 12px;
  padding: 1.25rem;
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.estimation-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  font-weight: 500;
}

.estimation-price {
  font-size: 26px;
  font-weight: 500;
  margin: 0;
  color: #1a1a1a;
}

.estimation-explanation {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.btn-refresh {
  align-self: flex-end;
  font-size: 13px;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
}
