.wpsr-form input,
.wpsr-form select,
.wpsr-form textarea,
.wpsr-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
}

/* Default hide */
#wpsr-text,
#wpsr-image,
#wpsr-video {
    display: none;
}

.wpsr-success {
    color: green;
    font-weight: bold;
}

/* Review Card */
.wpsr-item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.wpsr-name {
    font-weight: 600;
}

.wpsr-date {
    font-size: 13px;
    color: #777;
    margin-bottom: 6px;
}

.wpsr-rating {
    color: gold;
    font-size: 18px;
    margin-bottom: 6px;
}

.wpsr-item img {
    max-width: 100%;
    border-radius: 6px;
}

.wpsr-video iframe {
    width: 100%;
    height: 260px;
    border-radius: 6px;
}
