#modal-full p {
  color: #ffffff; }

#modal-full h2 {
  font-size: xx-large; }

.full-width-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  height: auto;
  color: #ffffff; }

.overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  width: 33%;
  position: relative;
  height: auto;
  min-height: 0;
  padding: 50px;
  box-sizing: border-box;
  color: #ffffff; }

.overlay h1 {
  font-size: 2rem;
  /* Reduced title size */
  margin-bottom: 15px;
  color: #ffffff; }

.overlay p {
  font-size: 1rem;
  /* Adjusted font size */
  line-height: 1.5;
  /* Reduced line-height */
  color: #ffffff; }

.description-button {
  margin-top: 20px;
  background-color: #E60000;
  /* Removed gradient background */
  border: none;
  color: #ffffff;
  font-weight: bold;
  height: 40px;
  border-radius: 5px;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease; }

.modal-bg {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100%;
  width: 100%;
  color: #ffffff; }

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  /* Dark overlay */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal-overlay h2,
.modal-overlay p {
  position: relative;
  z-index: 1; }

.rx-collection-modal h1,
.rx-collection-modal h2,
.rx-collection-modal h3,
.rx-collection-modal h4,
.rx-collection-modal h5,
.rx-collection-modal h6,
.rx-collection-modal p {
  color: #ffffff; }

.rx-collection-modal h2 {
  margin-bottom: 1rem; }

.rx-collection-modal a {
  color: #F1FAEE;
  text-decoration: underline;
  color: #F1FAEE;
  font-weight: 600;
  transition: color 0.1s ease; }
  .rx-collection-modal a:hover {
    color: #d1eec7;
    text-decoration: underline; }
  .rx-collection-modal a:active {
    color: #a0dd8b;
    text-decoration: underline; }
  .rx-collection-modal a:hover, .rx-collection-modal a:active {
    color: #ffffff;
    text-decoration: underline; }

.rx-collection-modal .uk-close {
  color: #ffffff;
  background: none;
  border: none; }
  .rx-collection-modal .uk-close:hover {
    color: #e6e6e6; }

/*# sourceMappingURL=collection.css.map */