﻿.nova-start-page-content {
  --rs-start-page-tile-title-bg-color: #C00F2C;
  --rs-start-page-tile-title-color: #ffffff;
  --rs-start-page-tile-button-bg-color: #ffffff;
  --rs-start-page-tile-button-color: #000000;
  --rs-start-page-tile-button-hover-bg-color: #ffffff;
  --rs-start-page-tile-button-hover-color: #C00F2C;
  padding-top: 15px;
}
.nova-start-page-content .nova-tile-container {
  margin-bottom: 30px;
}
.nova-start-page-content .nova-tile-container .nova-tile-image-container {
  border-top-right-radius: 50px;
  background-color: var(--rs-start-page-tile-title-bg-color);
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-bottom: none;
}
.nova-start-page-content .nova-tile-container .nova-tile-image-container.nova-rs-svg-image {
  padding: 16px;
  border: none;
}
.nova-start-page-content .nova-tile-container .nova-tile-image-container.nova-rs-svg-image img {
  padding: 20px 80px 5px 80px;
}
.nova-start-page-content .nova-tile-container .nova-tile-button-container {
  margin: 0;
  display: flex !important;
  height: 0px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--rs-start-page-tile-button-bg-color);
  color: var(--rs-start-page-tile-button-color);
  cursor: pointer;
  transition: 0.6s ease;
  opacity: 0;
  border: none;
  padding: 0;
  text-align: center;
}
.nova-start-page-content .nova-tile-container .nova-tile-button-container * {
  color: var(--rs-start-page-tile-button-color);
}
.nova-start-page-content .nova-tile-container .nova-tile-button-container:hover {
  background-color: var(--rs-start-page-tile-button-hover-bg-color);
  color: var(--rs-start-page-tile-button-hover-color);
}
.nova-start-page-content .nova-tile-container .nova-tile-button-container:hover * {
  color: var(--rs-start-page-tile-button-hover-color);
}
.nova-start-page-content .nova-tile-container .nova-tile-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 50px;
  background-color: var(--rs-start-page-tile-title-bg-color);
  color: var(--rs-start-page-tile-title-color);
  border: none;
}
.nova-start-page-content .nova-tile-container:hover .nova-tile-button-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 50px !important;
  opacity: 1;
  border: 1px solid #0a0a0a40;
  border-bottom: none;
}