/* Card-3 Widget Styles */
.Webstudio_Albania14 *,
.Webstudio_Albania14 *::before,
.Webstudio_Albania14 *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Main container with isolated class */
.Webstudio_Albania14 {
    background: #fff;
    border-radius: 16px;
    color: #333;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-right-style: none !important;
    border-bottom-style: none !important;
    border-left-style: none !important;
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

/* Card image */
.Webstudio_Albania14 .wa14-card-image {
    width: 100%;
    height: 216px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    animation: wa14-border-animation 5s linear infinite;
}

.Webstudio_Albania14 .wa14-card-content {
    padding: 20px;
}

.Webstudio_Albania14 .wa14-section-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
}

.Webstudio_Albania14 .wa14-section-title b {
    font-weight: bold;
}

.Webstudio_Albania14 .wa14-description {
    color: #555;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 20px;
}

.Webstudio_Albania14 .wa14-steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1px;
    margin-top: 20px;
    padding-bottom: 20px;
    list-style-type: none;
}

.Webstudio_Albania14 .wa14-step-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    list-style: none !important;
    margin-bottom: 0;
    line-height: 1.2;
}

.Webstudio_Albania14 .wa14-step-item::before {
    content: "•";
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    display: inline-block;
    list-style-type: none !important;
}

.Webstudio_Albania14 .wa14-step-text {
    line-height: 1.2;
}

.Webstudio_Albania14 .wa14-mehr-erfahren-wrapper {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 1;
}

.Webstudio_Albania14 .wa14-mehr-erfahren-btn {
    color: #0086ff;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #0086ff;
    border-radius: 4px;
    padding: 5px 12px;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

.Webstudio_Albania14 .wa14-mehr-erfahren-btn:hover {
    background-color: #0086ff;
    color: white;
}

.Webstudio_Albania14 .wa14-mehr-erfahren-btn::after {
    content: "→";
    margin-left: 5px;
    font-size: 16px;
}

@keyframes wa14-border-animation {
    0%, 100% { border-bottom-color: #1e1966; }
    50% { border-bottom-color: #0086ff; }
}

@media (max-width: 480px) {
    .Webstudio_Albania14 .wa14-mehr-erfahren-wrapper {
        position: static;
        text-align: right;
        margin-top: 15px;
    }
}