 .oaklores-artist-form-container {
            max-width: 600px;
            margin: 0 auto;
            background: #fff;
            padding: 24px;
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        .oaklores-artist-form-container h2 {
            font-size: 20px;
            font-weight: 600;
            text-align: center;
            margin-bottom: 24px;
            color: #333;
        }

        .oaklores-artist-form-container form {
            display: flex;
            flex-direction: column;
            gap: 16px;
        }

        .oaklores-artist-form-container input,
        .oaklores-artist-form-container textarea,
        .oaklores-artist-form-container select {
            padding: 10px 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
            font-size: 15px;
            width: 100%;
        }

        .oaklores-artist-form-container label {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 4px;
            color: #555;
        }

        .oaklores-artist-form-container button {
            padding: 12px;
            background-color: #4A90E2;
            color: #fff;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            cursor: pointer;
            transition: background 0.3s ease;
        }

        .oaklores-artist-form-container button:hover {
            background-color: #357ABD;
        }
.oaklores-registeration-heading-card{
	 font-family: "Helvetica Neue", sans-serif;
    margin: 10px 0 20px 0;

    /* Greenish gradient instead of blue */
    background: linear-gradient(135deg, #e6ffe6 0%, #cddfcc 50%, #9bbd99 100%);
    color: #162447;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    /* Typography */
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;

    /* Smooth transitions */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.oaklores-registeration-heading-card:hover{
transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.oaklores-registeration-form-card-premium:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.oaklores-registeration-form-card-premium span, .oaklores-registeration-form-card span, .oaklores-registeration-heading-card span{
font-weight:bold;
}
.oaklores-registeration-form-card-premium p, .oaklores-registeration-form-card p, .oaklores-registeration-heading-card p{
	color:#444;
	font-size:12px;
}
label span{
	border-radius:5px;
}
.oaklores-registeration-form-refferal-card span{
	font-size:12px;
}
.oaklores-horizontal-list {
    list-style: none;       /* remove default bullets */
    padding: 0;
    margin: 0;
    display: flex;          /* arrange items horizontally */
    gap: 20px;              /* spacing between items */
}

.oaklores-horizontal-list li {
    font-size: 10px;
    color: #555;
}
#country, #artstudio-appl-country{
	margin-bottom:20px;
}
.oaklores-registeration-form-card {
    font-family: "Helvetica Neue", sans-serif;
    margin: 10px 0 20px 0;

    /* Noticeable bluish gradient */
    background: linear-gradient(135deg, #e6f0ff 0%, #cddfff 50%, #9bbdff 100%);
    color: #162447;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    /* Typography */
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;

    /* Smooth transitions */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oaklores-registeration-form-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
.oaklores-registeration-form-card-premium {
    font-family: "Helvetica Neue", sans-serif;
    margin: 10px 0 20px 0;

    /* Subtle magenta gradient */
    background: linear-gradient(135deg, #ffe6f0 0%, #ffccdfff 50%, #ff99c8 100%);
    color: #2a0d2e; /* Darker shade for readability */
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);

    /* Typography */
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;

    /* Smooth transitions */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.oaklores-error-card{
	padding: 12px 16px; 
	background: #fff5f5; 
	border: 1px solid #feb2b2; 
	border-radius: 8px; 
	color: #c53030; margin-top: 15px; 
	font-size: 14px; 
	display: flex; 
	align-items: center;
	gap: 8px;
}