.grs-editor {
    margin: 0 0 15px;
    padding: 0 14px 14px;
    border-bottom: 1px solid #d8e2df;
}

.grs-editor-toggle {
    border: 0;
    background: transparent;
    color: #315bee;
    font-weight: 700;
    cursor: pointer;
}

.grs-editor-body {
    display: none;
    margin-top: 13px;
    padding: 16px;
    border-radius: 12px;
    background: #f1f6f4;
}

.grs-editor.is-open .grs-editor-body {
    display: block;
}

.grs-editor-body > form > label {
    display: block;
    margin-bottom: 14px;
    color: #60736f;
    font-size: .93rem;
    font-weight: 600;
}

.grs-editor textarea {
    display: block;
    width: 100%;
    margin-top: 6px;
    padding: 11px;
    border: 1px solid #d8e2df;
    border-radius: 8px;
    font: inherit;
}

.grs-editor input[type="file"] {
    display: block;
    margin-top: 7px;
}

.grs-editor small {
    display: block;
    margin-top: 5px;
    color: #60736f;
}

.grs-visibility {
    margin: 16px 0;
    padding: 13px;
    border: 1px solid #d8e2df;
    border-radius: 10px;
}

.grs-visibility legend {
    padding: 0 6px;
    font-weight: 700;
}

.grs-visibility label {
    margin-right: 16px;
}

.grs-save,
.grs-own-gallery button {
    padding: 11px 16px;
    border: 0;
    border-radius: 8px;
    background: #315bee;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.grs-notice {
    padding: 12px;
    border-radius: 8px;
    background: #e6f5ee;
    color: #087344;
}

.grs-own-gallery,
.grs-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 10px;
    margin: 14px 0;
}

.grs-own-gallery figure {
    margin: 0;
}

.grs-own-gallery img,
.grs-gallery img {
    display: block;
    width: 100%;
    height: 138px;
    object-fit: cover;
    border-radius: 9px;
}

.grs-own-gallery button {
    width: 100%;
    margin-top: 5px;
    padding: 7px;
    background: #eef2f1;
    color: #172823;
}

.grs-public {
    margin-top: 26px;
}

.grs-empty {
    color: #60736f;
}

.grs-public-list article {
    margin-top: 15px;
    padding: clamp(16px, 3vw, 22px);
    border-radius: 14px;
    background: #f3f7f5;
}

.grs-public-list header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.grs-author {
    display: flex;
    align-items: center;
    gap: 11px;
    color: inherit;
    text-decoration: none;
}

.grs-author-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #d8e2df;
    background: #123830;
    color: #fff;
    font-weight: 700;
}

.grs-author-avatar.has-frame {
    border-color: #d8b361;
    box-shadow: 0 0 0 2px #123830, 0 0 0 4px #d8b361;
}

.grs-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grs-author-name strong,
.grs-author-name small {
    display: block;
}

.grs-author-name small {
    color: #247d64;
    font-size: .84rem;
    font-weight: 600;
}

.grs-public-list time {
    color: #60736f;
    font-size: .92rem;
}

.grs-public-list p {
    margin: 0 0 12px;
    line-height: 1.6;
}
