
#solfilm-guide {
    max-width: 600px;
    margin: 0 auto;
    font-family: sans-serif;
}
#solfilm-guide img {
    max-width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
#solfilm-guide .step {
   
}
#solfilm-guide h2, #solfilm-guide h3 {
    margin-bottom: 1rem;
    font-size:18px !important;
}

.sg-select, .sg-next {
    display: block;
    margin-bottom:7px;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    background: #0073aa;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}
.sg-select:hover, .sg-next:hover {
    background: #005177;
}
.sg-help {
        font-size: 13px;
    color: #333;
    margin-bottom: 0.5rem;
    padding-left: 0rem;
    font-style:italic;
}

.sg-restart {
    margin-top: 1rem;
    text-align: center;
}
.sg-restart a {
    text-decoration: none;
    font-size: 0.9rem;
    color: #666;
}
.sg-restart-btn {
background:unset !important;
border:unset !important;
}
.sg-restart-btn:hover {
    cursor:pointer;
}
.sg-results {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}
.sg-top {
    flex-grow: 1;
}

.sg-bottom {
    margin-top: auto;
}
.sg-product {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.sg-product h3 {
  
}
.sg-product p {
    font-size: 0.95rem;
    color: #444;
    margin: 0.5rem 0;
}
.sg-button {
    display: inline-block;
    margin-top: 0.5rem;
    background: #0073aa;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 3px;
    width:100%;
    font-weight:300;
}
.sg-button:hover {
    background: #005177;
}


.sg-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
.sg-product {
       display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

 
    text-align: center;
   
}
.sg-product a.sg-image-link img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 1rem;
}
.sg-product h3 {
    font-size: 1.1rem;
    margin: 0.5rem 0 0.25rem;
}
.sg-product p {
    font-size: 0.95rem;
    color: #444;
    margin-bottom: 0.5rem;
}
.sg-price,.sg-price bdi {
    font-weight: 300 !important;
    color: #222;
    margin-top: auto;
}
.sg-button {
    display: inline-block;
   margin-top: auto;
    background: #8BC34A;
    color: white !important;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    font-size:15px;
}
.sg-button:hover {
    background: #7CB342;
}


/* GRID layout */
.sg-results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

@media (max-width: 1024px) {
    .sg-results {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 640px) {
    .sg-results {
        grid-template-columns: 1fr;
    }
}

.sg-product img {
    width: 100%;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}

.sg-product h3 {
    font-size: 1.1rem;
    margin: 0.5rem 0;
    font-weight: 600;
     text-align:left;
}

.sg-product p {
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 0.75rem;
    font-weight:300;
    text-align:left;
}

.sg-price {
    font-weight: bold;
}

.sg-button {
    display: inline-block;
    background: #7fbf58;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.sg-button:hover {
    background: #69a945;
}
