2024-11-05 17:54:47 +04:00
|
|
|
.ppcp-r-badge-box {
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
|
2024-11-05 13:49:38 +04:00
|
|
|
&__title {
|
2024-11-05 17:54:47 +04:00
|
|
|
@include font(14, 20, 700);
|
2024-11-05 13:49:38 +04:00
|
|
|
display: block;
|
|
|
|
margin: 0 0 8px 0;
|
|
|
|
|
2024-11-05 17:54:47 +04:00
|
|
|
.ppcp-r-badge-box__title-text {
|
|
|
|
color: #000;
|
|
|
|
|
|
|
|
&--big {
|
|
|
|
@include font(16, 28, 700);
|
|
|
|
}
|
|
|
|
|
|
|
|
&--small {
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-11-25 20:47:13 -04:00
|
|
|
.ppcp-r-badge-box__title-text:not(:empty) + .ppcp-r-badge-box__title-image-badge {
|
2024-11-05 13:49:38 +04:00
|
|
|
margin-left: 7px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
margin-left: 5px;
|
|
|
|
vertical-align: bottom;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
}
|
2024-11-05 17:54:47 +04:00
|
|
|
|
|
|
|
&--has-image-badge .ppcp-r-title-badge--info {
|
|
|
|
display: block;
|
2025-01-24 16:33:40 +01:00
|
|
|
margin: 6px 0 0 0;
|
2024-11-05 17:54:47 +04:00
|
|
|
width: fit-content;
|
|
|
|
}
|
2024-12-04 18:36:35 +04:00
|
|
|
|
|
|
|
@media screen and (max-width: 480px) {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8px;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
.ppcp-r-badge-box__title-text:not(:empty) + .ppcp-r-badge-box__title-image-badge {
|
2025-01-24 16:33:40 +01:00
|
|
|
margin: 0;
|
2024-12-04 18:36:35 +04:00
|
|
|
img:first-of-type {
|
2025-01-24 16:33:40 +01:00
|
|
|
margin: 0;
|
2024-12-04 18:36:35 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-11-05 13:49:38 +04:00
|
|
|
}
|
|
|
|
}
|