.zkk-mg-widget {
    max-width: 840px;
    width: 100%;
    border-radius: 16px;
    background: #FEF7EB;
    font-family: "Afacad", sans-serif;
    padding: 32px;
    border: 1px solid #FAA92F;
    box-sizing: border-box;
}

.zkk-mg-widget__fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    flex-wrap: wrap;
}

.zkk-mg-widget__label {
    display: block;
    margin-bottom: 0;
    font-size: 18px;
}

.zkk-mg-widget__title {
    margin-bottom: 16px;
}

.zkk-mg-widget__field {
    margin-bottom: 14px;
}

.zkk-mg-widget__select {
    width: 100%;
    border-radius: 8px;
    border: 0.5px solid #ACACAC;
    background: #FFF;
    padding: 12px 16px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    font-size: 16px;
    background-image: url('../images/arrow-down.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.zkk-mg-widget__generate,
.zkk-mg-widget__result-actions button {
    border-radius: 8px;
    background: #6C02B7;
    width: 298px;
    height: 52px;
    padding: 16px 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: inherit;
    margin: auto;
    border: none;
    outline: none;
}

.zkk-mg-widget__result-actions .zkk-mg-widget__copy {
    width: 100%;
}

.zkk-mg-widget__result-actions .zkk-mg-widget__refresh {
    background-color: transparent;
    width: 100%;
    color: #6C02B7;
    border: 0.5px solid #2E183D;
    outline: none;
}

.zkk-mg-widget__generate:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.zkk-mg-widget__result-content {
    padding: 30px 0;
}

.zkk-mg-widget__result-header {
    display: flex;
    grid-gap: 6px;
    align-items: center;
    font-size: 20px;
}

.zkk-mg-widget__result-header img {
    width: 28px;
    height: 28px;
}

.zkk-mg-widget__result-text {
    margin: 15px 0;
    font-size: 20px;
    line-height: 1.35;
    background-color: white;
    padding: 22px 24px 24px;
    border-radius: 8px;
    margin: 20px 0;
}

.zkk-mg-widget__actions {
    margin-top: 20px;
}

.zkk-mg-widget__back,
.zkk-mg-widget__feedback-actions button {
    border: none;
    background: none;
    padding: 0;
    display: block;
    outline: none;
}

.zkk-mg-widget__feedback-actions button:disabled {
    opacity: 0.25;
    cursor: not-allowed;
}

.zkk-mg-widget__result-text::first-letter {
    text-transform: capitalize;
}

.zkk-mg-widget__result-actions {
    margin-top: 16px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.zkk-mg-widget__feedback-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.zkk-mg-widget__feedback-actions .is-selected {
    opacity: 0.75;
}

.zkk-mg-widget__feedback-message {
    margin-top: 10px;
    font-size: 14px;
    display: none !important;
}

.zkk-mg-widget__feedback-actions {
    margin-top: 12px;
    display: flex;
    gap: 10px;
}

.zkk-mg-widget__share-actions,
.zkk-mg-widget__feedback-prompt {
    width: 50%;
    display: flex;
    gap: 10px;
}

.zkk-mg-widget__share-actions {
    justify-content: end;
}