.find5star-search-by-star{
    max-width:600px;
    margin:55px auto;
    padding:35px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.find5star-search-by-star p{
    margin-bottom:20px;
}

.find5star-search-button{
    margin-top:10px;
}

.find5star-title{
    text-align:center;
    font-size:34px;
    font-weight:700;
    margin-bottom:30px;
}

.find5star-search-by-star label{
    display:block;
    font-size:20px;
    font-weight:600;
    margin-bottom:2px;
}

.find5star-search-by-star input,
.find5star-search-by-star select{
    width:100%;
    height:55px;
    border:2px solid #FFD700;
    border-radius:14px;
    font-size:17px;
    padding:0 15px;
    box-sizing:border-box;
    background:#fff;
    transition:.25s;
}

.find5star-search-by-star input:focus,
.find5star-search-by-star select:focus{
    outline:none;
    border-color:#FFC107;
    box-shadow:0 0 8px rgba(255,193,7,.35);
}

.find5star-search-button{
    width:100%;
    height:55px;
    padding:0 20px;
    border:2px solid #FFD700;
    border-radius:14px;
    font-size:18px;
    font-weight:700;
    background:#32CD32;
    color:#fff;
    cursor:pointer;
    margin-top:15px;
    box-sizing:border-box;
}

.find5star-buy-button{
    display:inline-block;
    background:#32CD32;
    color:#ffffff !important;
    text-decoration:none;
    font-weight:700;
    font-size:18px;
    padding:14px 28px;
    border-radius:40px;
    box-shadow:0 4px 12px rgba(0,0,0,.2);
    transition:.3s;
}

.find5star-buy-button:hover{
    background:#28a428;
    color:#ffffff !important;
    text-decoration:none;
}

.find5star-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 100px;
}

.find5star-results-products {
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: #fff;
}

.find5star-back-button{
    background:#102d6a;
    color:#FFD700;
    border:1px solid #d4af37;
    border-radius:8px;
    padding:10px 20px;
    cursor:pointer;
    font-size:16px;
    transition:.3s;
}

.find5star-back-button:hover{
    background:#FFD700;
    color:#102d6a;
}

