.ws-block-footer {
    width: 100%;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ws-footer-left {
    display: flex;
    gap: 16px;
    align-items: center;
}

.ws-btn-cancel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 9999px;
    overflow: hidden;
    cursor: pointer;
}

.ws-btn-cancel-text {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 
             'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #F88901;
    transition: color 0.2s ease;
}

.ws-footer-right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.ws-btn-apply {
    padding: 10px 14px;
    background: #040424;
    border-radius: 9999px;
    box-shadow: 0px 1px 2px rgba(10, 12.67, 18, 0.05);
    outline: 2px solid white;
    outline-offset: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: background 0.2s ease, outline 0.2s ease;
}

.ws-btn-apply-inner {
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ws-btn-apply-text {
	font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 
             'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: white;
    transition: color 0.2s ease;
}
