.rvps-grid.rvps-columns-4
 {
    display: flex;
}
.rvps-product-title {
    font-size: 16px;
    text-align: center;
    line-height: 23px;
}
.rvps-product-price {
    text-align: center;
    color: blue;
    font-size: 16px;
    font-weight: 500;
}
.rvps-admin-box {
	background: #ffffff;
	border: 1px solid #dcdcde;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.rvps-admin-box h2 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 20px;
}

.rvps-admin-box p {
	font-size: 14px;
	line-height: 1.6;
}

.rvps-admin-box ul {
	list-style: disc;
	margin-left: 20px;
}

.rvps-admin-box li {
	margin-bottom: 8px;
}

.rvps-shortcode-row {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.rvps-shortcode-input {
	width: 360px;
	max-width: 100%;
	height: 38px;
	padding: 6px 10px;
	font-size: 15px;
	background: #f6f7f7;
	border: 1px solid #8c8f94;
	border-radius: 4px;
}

.rvps-copy-message {
	margin-top: 10px;
	color: #008a20;
	font-weight: 600;
}
.rvps-product-card {
    width: 25%;
    padding: 10px;
    margin: 10px;
}
.rvps-product-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 17px;
    
}
@media (max-width: 767px) {
 .rvps-product-card {
    width: 100%;
    padding-bottom: 25px;
}

.rvps-grid.rvps-columns-4 {
    display: block;
}
.rvps-product-title {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
}

.rvps-product-image {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 17px;
}
    
}