.paytoviewlite-rent-button {
    background-color: #0073aa!important; 
  color: #fff!important;
  border: 1px solid #005177!important;
  padding: 10px 18px!important;
  border-radius: 4px!important;
  font-weight: 600!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease, border-color 0.3s ease!important;
  display: inline-block;
  text-align: center!important;
  text-decoration: none!important;
  user-select: none;
}
.paytoviewlite-rent-button:hover,
.paytoviewlite-rent-button:focus {
    background-color: #005177!important;
  border-color: #003d5c!important;
  outline: none!important;
  color: #ffffff!important;
}

/* Optional: Disabled state for button */
.paytoviewlite-rent-button:disabled {
    background: #ccc;
    color: #666;
    cursor: not-allowed;
    border: none;
}
.paytoview-container {
    max-width: 900px;
    margin-left: 0;
    margin-bottom: 20px;
}
.paytoview-paypal-button-container {
    display: none;
    margin-top: 15px;
    max-width: 320px;
}
.paytoview-video-container {
    margin-top: 20px;
    display: none;
}
.paytoview-video-container.visible {
    display: block;
}
.paytoview-video-error {
    color: red;
}
.paytoview-video-player {
    width: 640px;
    height: 360px;
    max-width: 100%; /* for responsiveness */
    /* any other styles you want */
}

/* Responsive tweaks if needed */
@media (max-width: 480px) {
    .ptvlite-rent-button {
        padding: 10px 18px;
        font-size: 14px;
    }
}
