.two-lite-keeper-themcontainer {
    font-family: sans-serif;
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.two-lite-keeper-themheader {
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    padding-top: 20px;
}

.two-lite-keeper-themheader-button-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    position: static;
}

.two-lite-keeper-themtitle {
    font-size: 1.8em;
    color: #333 !important;
    margin: 0;
}

.two-lite-keeper-themthumbnail-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.two-lite-keeper-themthumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.two-lite-keeper-themdetails {
    line-height: 1.6;
    color: #555 !important;
}

.two-lite-keeper-themdescription {
    margin-bottom: 20px;
    color: #333 !important;
}

.two-lite-keeper-themdescription p {
    color: #333 !important;
}

.two-lite-keeper-themmeta-info {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.two-lite-keeper-themmeta-container {
    display: flex;
    flex-direction: column;
}

.two-lite-keeper-themmeta-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.two-lite-keeper-themmeta-label {
    font-weight: bold;
    color: #333 !important;
    width: 100px;
    flex-shrink: 0;
}

.two-lite-keeper-themmeta-item:has(.two-lite-keeper-thempackage-img) > .two-lite-keeper-themmeta-label {
    display: none;
}

.two-lite-keeper-themmeta-value {
    flex-grow: 1;
}

.two-lite-keeper-themmeta-value ul {
    margin: 0;
    padding-left: 20px;
}

.two-lite-keeper-thempackage-img {
    max-width: 150px;
    height: auto;
    border-radius: 4px;
}

.two-lite-keeper-thembutton-wrapper {
    margin-top: 0;
}

.two-lite-keeper-thembutton {
    display: inline-block;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.two-lite-keeper-thembutton:hover {
    background-color: #0056b3;
}