404 lines
7.5 KiB
CSS
404 lines
7.5 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700;800&family=Roboto&display=swap');
|
|
|
|
#nri-slug-wrapper {
|
|
position: relative;
|
|
min-width: calc(100% - 80px);
|
|
}
|
|
|
|
.nri-nice-review * {
|
|
font-family: 'Montserrat';
|
|
box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
}
|
|
|
|
.nri-nice-review *:not(.nri-background-pattern) {
|
|
z-index: 1;
|
|
}
|
|
|
|
.nri-nice-review.nri-CDP {
|
|
--accent-color: #6BB4A7;
|
|
--accent-color-hover: #5fa296;
|
|
}
|
|
|
|
.nri-nice-review.nri-BM {
|
|
--accent-color: #0F9990;
|
|
--accent-color-hover: #0d877f;
|
|
}
|
|
|
|
.nri-nice-review-wrapper {
|
|
width: calc(100% - 20px);
|
|
padding-right: 20px;
|
|
justify-content: center;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.nri-nice-review-wrapper,
|
|
.nri-nice-review,
|
|
.nri-content,
|
|
.nri-options-section {
|
|
display: -webkit-inline-flex;
|
|
display: -ms-inline-flex;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.nri-nice-review {
|
|
background-color: #ffffff;
|
|
overflow: hidden;
|
|
position: relative;
|
|
padding: 25px;
|
|
max-width: 975px;
|
|
}
|
|
|
|
.nri-nice-review .nri-background-pattern {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.nri-CDP .nri-BM-background {
|
|
display: none;
|
|
}
|
|
|
|
.nri-nice-review .nri-BM-background {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
width: 300px;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-content {
|
|
position: relative;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-1,
|
|
.nri-nice-review .nri-main-image-part-2,
|
|
.nri-nice-review .nri-main-image-part-3,
|
|
.nri-nice-review .nri-main-image-part-4 {
|
|
position: absolute;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-1 {
|
|
top: 4px;
|
|
left: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-1 path,
|
|
.nri-nice-review .nri-main-image-part-3 path {
|
|
fill: var(--accent-color);
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-2 {
|
|
top: -7px;
|
|
right: -4px;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-3 {
|
|
bottom: 24px;
|
|
right: 0px;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-part-4 {
|
|
bottom: 0px;
|
|
left: 6px;
|
|
}
|
|
|
|
.nri-nice-review .nri-content {
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p {
|
|
font-weight: 300;
|
|
color: #000000;
|
|
font-weight: 300;
|
|
font-size: 15px;
|
|
letter-spacing: -0.6px;
|
|
margin: 0;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p a {
|
|
font-weight: 700;
|
|
color: var(--accent-color);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p a:hover {
|
|
color: var(--accent-color-hover);
|
|
}
|
|
|
|
.nri-nice-review .nri-text p a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p b {
|
|
font-weight: 800;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p:first-child {
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p:not(:first-child) {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.nri-nice-review .nri-options-section {
|
|
max-width: 660px;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 {
|
|
position: relative;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nri-nice-review .nri-round-button,
|
|
.nri-nice-review .nri-option-1 svg text {
|
|
font-weight: 800;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.nri-nice-review .nri-round-button {
|
|
background: var(--accent-color);
|
|
border-radius: 100px;
|
|
border: 0;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 svg path {
|
|
fill: var(--accent-color);
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1:hover .nri-round-button {
|
|
background: var(--accent-color-hover);
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1:hover svg path {
|
|
fill: var(--accent-color-hover);
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1:hover span {
|
|
color: var(--accent-color-hover);
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 span {
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
color: var(--accent-color);
|
|
position: absolute;
|
|
top: calc(100% + 5px);
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 button,
|
|
.nri-nice-review .nri-option-3 button,
|
|
.nri-nice-review .nri-option-4 button {
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
line-height: 13px;
|
|
color: #373737;
|
|
cursor: pointer;
|
|
outline: none;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 button:hover,
|
|
.nri-nice-review .nri-option-3 button:hover,
|
|
.nri-nice-review .nri-option-4 button:hover {
|
|
opacity: .8;
|
|
}
|
|
|
|
@media (min-width: 1301px) {
|
|
.nri-nice-review .nri-background-pattern {
|
|
width: 85%;
|
|
}
|
|
|
|
.nri-nice-review .nri-text {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p {
|
|
line-height: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-options-section {
|
|
margin-top: 17px;
|
|
}
|
|
|
|
.visible-max-1300 {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1300px) {
|
|
.nri-nice-review {
|
|
padding-bottom: 40px;
|
|
}
|
|
|
|
.nri-main-image-wrapper {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-text p {
|
|
line-height: 22px;
|
|
}
|
|
|
|
.nri-nice-review .nri-options-section {
|
|
margin-top: 25px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 645px) and (max-width: 1300px) {
|
|
.nri-nice-review .nri-background-pattern {
|
|
max-width: 85%;
|
|
height: 100%;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1030px) and (max-width: 1300px), (min-width: 896px) and (max-width: 960px) {
|
|
.nri-nice-review .nri-text {
|
|
padding-right: 70px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1030px), (min-width: 896px) and (max-width: 960px) {
|
|
.nri-nice-review {
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-content {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 svg {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 961px) and (max-width: 1029px), (min-width: 645px) and (max-width: 895px) {
|
|
.nri-nice-review {
|
|
padding-bottom: 90px;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.nri-nice-review .nri-content {
|
|
margin-left: 40px;
|
|
}
|
|
|
|
.nri-nice-review .nri-leave-review-link,
|
|
.nri-nice-review .nri-option-1 {
|
|
display: -webkit-inline-flex;
|
|
display: -ms-inline-flex;
|
|
display: inline-flex;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 .nri-round-button {
|
|
display: none;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.nri-nice-review .nri-options-section {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 35px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 701px) {
|
|
.nri-nice-review .nri-text p {
|
|
font-size: 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 700px) {
|
|
.nri-nice-review .nri-text p {
|
|
font-size: 13px;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 645px) {
|
|
.nri-nice-review .nri-round-button {
|
|
padding: 7px 32px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-3,
|
|
.nri-nice-review .nri-option-4 {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 button,
|
|
.nri-nice-review .nri-option-3 button,
|
|
.nri-nice-review .nri-option-4 button {
|
|
background-color: transparent;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 644px) {
|
|
.nri-nice-review,
|
|
.nri-nice-review .nri-options-section {
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.nri-nice-review .nri-background-pattern {
|
|
max-width: 660px;
|
|
height: 100%;
|
|
}
|
|
|
|
.nri-nice-review .nri-main-image-wrapper {
|
|
display: -webkit-inline-flex;
|
|
display: -ms-inline-flex;
|
|
display: inline-flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
.nri-nice-review .nri-round-button {
|
|
padding: 7px 48px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 {
|
|
margin-left: 0;
|
|
margin-top: 30px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-3,
|
|
.nri-nice-review .nri-option-4 {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-2 button,
|
|
.nri-nice-review .nri-option-3 button,
|
|
.nri-nice-review .nri-option-4 button {
|
|
width: 220px;
|
|
padding: 7px;
|
|
border-radius: 100px;
|
|
background-color: rgba(250, 250, 250, .7);
|
|
border: 1px solid #eee;
|
|
}
|
|
|
|
.nri-nice-review .nri-option-1 svg {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 400px) {
|
|
.nri-nice-review .nri-background-pattern {
|
|
display: none;
|
|
}
|
|
}
|