.mapspro-map {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    border: 2px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.mapspro-admin input[type="text"],
.mapspro-admin textarea {
    width: 100%;
    padding: 8px;
    margin-top: 6px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.mapspro-admin h1 {
    font-size: 24px;
    margin-bottom: 16px;
}

.mapspro-admin .button-primary {
    background-color: #007cba;
    border-color: #007cba;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
}
.mapspro-marker-list {
    margin-top: 20px;
}

.mapspro-carousel {
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 10px;
}

.mapspro-carousel-item {
    background-color: #f9f9f9;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
