.sloch-memory-share {
    margin: 42px 0 30px;
    padding: 24px;
    border: 1px solid #d8cdc0;
    border-radius: 8px;
    background: #fffaf2;
}

.sloch-memory-share-label {
    margin: 0 0 14px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #2b2520;
}

.sloch-memory-share-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sloch-memory-share-button,
button.sloch-memory-share-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #2b2520;
    border-radius: 999px;
    background: #fff;
    color: #2b2520;
    font: 700 14px/1.2 Arial, sans-serif;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.sloch-memory-share-button:hover,
.sloch-memory-share-button:focus-visible {
    background: #2b2520;
    color: #fff;
}

.sloch-memory-share-button:active {
    transform: translateY(1px);
}

.sloch-memory-share-status {
    min-height: 18px;
    margin-top: 9px;
    color: #645a51;
    font: 600 13px/1.4 Arial, sans-serif;
}

@media (max-width: 600px) {
    .sloch-memory-share {
        margin-top: 34px;
        padding: 20px;
    }

    .sloch-memory-share-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sloch-memory-share-button,
    button.sloch-memory-share-button {
        width: 100%;
    }
}

.sloch-quiz-score-share {
    margin-top: 24px;
    text-align: center;
}

.sloch-quiz-score-share-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 20px;
    border: 2px solid #2b2520;
    border-radius: 999px;
    background: #2b2520;
    color: #fff;
    font: 800 15px/1.2 Arial, sans-serif;
    cursor: pointer;
    transition: background-color .16s ease, color .16s ease, transform .16s ease;
}

.sloch-quiz-score-share-button:hover,
.sloch-quiz-score-share-button:focus-visible {
    background: #fff;
    color: #2b2520;
}

.sloch-quiz-score-share-button:active {
    transform: translateY(1px);
}

.sloch-quiz-score-share-status {
    min-height: 18px;
    margin-top: 8px;
    color: #645a51;
    font: 600 13px/1.4 Arial, sans-serif;
}

@media (max-width: 600px) {
    .sloch-quiz-score-share-button {
        width: 100%;
    }
}
