
.payment-methods {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.payment-methods img {
    height: 30px;
    margin: 0 5px;
}
.trust-seal {
    text-align: center;
    margin-top: 20px;
}
.trust-seal img {
    height: 50px;
}
.checkout-title {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}