.sks24-create-wrap {
    max-width: 760px;
    margin: 24px auto;
    padding: 0 14px;
    font-family: inherit;
}

.sks24-create-card {
    background: #ffffff;
    border: 1px solid #f3c6d1;
    border-top: 5px solid #c8102e;
    border-radius: 18px;
    padding: 22px;
    box-shadow: 0 10px 30px rgba(200, 16, 46, 0.10);
}

.sks24-create-head {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 18px;
}

.sks24-create-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #c8102e;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    flex: 0 0 auto;
}

.sks24-create-head h2 {
    margin: 0 0 4px;
    color: #111827;
    font-size: 24px;
    font-weight: 900;
}

.sks24-create-head p {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
    font-weight: 600;
}

.sks24-create-alert {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 16px;
    font-weight: 800;
}

.sks24-create-alert.success {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.sks24-create-alert.error {
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #fecdd3;
}

.sks24-create-form {
    display: grid;
    gap: 16px;
}

.sks24-field {
    display: grid;
    gap: 8px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #fbfbfc;
}

.sks24-field > span {
    color: #111827;
    font-size: 15px;
    font-weight: 900;
}

.sks24-field input[type="text"],
.sks24-field input[type="file"],
.sks24-field textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 12px;
    padding: 11px 12px;
    font-size: 16px;
    background: #ffffff;
    color: #111827;
    box-sizing: border-box;
}

.sks24-field textarea {
    resize: vertical;
}

.sks24-field small {
    color: #6b7280;
    font-size: 12px;
    font-weight: 600;
}

.sks24-location-actions,
.sks24-voice-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.sks24-location-btn,
.sks24-record-btn,
.sks24-stop-btn,
.sks24-submit-btn {
    border: none;
    border-radius: 12px;
    padding: 11px 14px;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.sks24-location-btn,
.sks24-record-btn {
    background: #111827;
    color: #ffffff;
}

.sks24-stop-btn {
    background: #f59e0b;
    color: #111827;
}

.sks24-stop-btn:disabled,
.sks24-record-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.sks24-audio-preview {
    width: 100%;
    margin-top: 8px;
}

.sks24-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 13px;
    color: #374151;
    font-weight: 700;
}

.sks24-check input {
    margin-top: 3px;
}

.sks24-submit-btn {
    background: linear-gradient(135deg, #c8102e, #e11d48);
    color: #ffffff;
    width: 100%;
    min-height: 48px;
    box-shadow: 0 8px 22px rgba(200, 16, 46, 0.25);
}

.sks24-floating-create {
    position: fixed;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 99999;
    width: 64px;
    height: 54px;
    border-radius: 18px 18px 14px 14px;
    background: #e11d48;
    color: #ffffff !important;
    text-decoration: none !important;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 8px 22px rgba(225, 29, 72, 0.35);
    font-family: inherit;
}

.sks24-floating-create span {
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
}

.sks24-floating-create small {
    font-size: 10px;
    line-height: 1;
    font-weight: 800;
}

@media (max-width: 768px) {
    .sks24-create-card {
        padding: 16px;
        border-radius: 16px;
    }

    .sks24-create-head h2 {
        font-size: 20px;
    }

    .sks24-location-actions {
        display: grid;
    }

    .sks24-floating-create {
        display: inline-flex;
    }
}
