.pk-claim-notice {
    display: grid;
    gap: 7px;
    width: 100%;
    box-sizing: border-box;
    margin: 8px 0;
    padding: 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #E7F1EC;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
}

.pk-claim-notice__content {
    display: grid;
    gap: 5px;
}

.pk-claim-notice__title {
    color: #256f7c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.pk-claim-notice__post {
    display: inline-flex;
    justify-self: center;
    max-width: 100%;
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.pk-claim-notice__text {
    max-width: 920px;
    margin: 0 auto;
}

.pk-claim-notice__actions {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pk-claim-notice__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    box-sizing: border-box;
    padding: 6px 12px;
    border: 1px solid #D4DD4C;
    border-radius: 5px;
    background: #ffffff;
    color: #256f7c;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.pk-claim-notice__button:hover,
.pk-claim-notice__button:focus {
    color: #FF7231;
    text-decoration: none;
}

@media (max-width: 600px) {
    .pk-claim-notice {
        padding: 7px;
        font-size: 12px;
    }

    .pk-claim-notice__button {
        width: 100%;
    }
}
