.elementor-510 .elementor-element.elementor-element-71eddc3{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5918084 */.license-container {
    background-color: #ffffff; /* Arka plan rengi */
    color: #c9d1d9; /* Yazı rengi */
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    font-family: 'Arial', sans-serif;
    max-width: 700px;
    margin: 50px auto;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.5);
}

.license-title {
    color: #58a6ff; /* Başlık rengi */
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: bold;
}

.license-key {
    font-size: 18px;
    color: #f4d03f; /* Lisans anahtarı rengi */
    margin-bottom: 15px;
}

.license-key span {
    font-family: monospace;
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    color: #58a6ff;
}

.license-note {
    font-size: 16px;
    color: #8b949e;
    margin-bottom: 25px;
    line-height: 1.6;
}

.license-files-title {
    font-size: 22px;
    color: #58a6ff;
    margin-bottom: 10px;
}

.license-download a {
    color: #58a6ff; /* Link rengi */
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}

.license-download a:hover {
    text-decoration: underline;
}

.license-support-title {
    font-size: 20px;
    color: #58a6ff;
    margin-top: 30px;
    margin-bottom: 10px;
}

.license-support {
    font-size: 16px;
    color: #8b949e;
    line-height: 1.5;
}

.license-support a {
    color: #58a6ff;
    text-decoration: none;
}

.license-support a:hover {
    text-decoration: underline;
}/* End custom CSS */