/* Loaded only by template-home.php; independent of product-page lightboxes. */
.home-template .home-rating-dialog {
    width: min(1100px, calc(100% - 24px));
    max-width: none;
    max-height: 90vh;
    max-height: 90dvh;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 12px;
    background: #fff;
    color: #10213d;
    overflow: auto;
}
.home-template .home-rating-dialog:not([open]) { display: none; }
.home-rating-dialog::backdrop { background: rgba(5, 16, 35, .8); }
.home-template .home-rating-panel { padding: 20px; }
.home-template .home-rating-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}
.home-template .home-rating-header h2 { margin: 0; font-size: 22px; }
.home-template .home-rating-close {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #cbd2dc;
    border-radius: 6px;
    background: #fff;
    color: #10213d;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.home-template .home-rating-dialog img { display: block; width: 100%; height: auto; margin-bottom: 16px; }
.home-template .home-rating-dialog a { color: #264795; text-decoration: underline; }
.home-template .home-rating-dialog :focus-visible { outline: 2px solid #264795; outline-offset: 3px; }
@media (max-width: 600px) {
    .home-template .home-rating-panel { padding: 12px; }
    .home-template .home-rating-header h2 { font-size: 18px; }
}
