body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #7a1a28;
}

a {
    color: white;
    text-decoration: none;
}
button {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #7a1a28;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 120px;
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

button:hover {
    background-color: #5a0e1e;
}
.close-button {
    margin-top: auto;
    padding: 10px 20px;
    background-color: #7a1a28;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: auto;
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

.close-button:hover {
    background-color: #5a0e1e;
}
.button-red {
    background: linear-gradient(90deg, 
        rgba(179, 2, 2, 0.85), 
        rgba(255, 0, 0));
    border: 1px solid rgba(255, 0, 0, 0.4);
    box-shadow: 0 10px 28px rgba(255, 0, 0, 0.25), 
                0 8px 22px rgba(255, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    padding: 10px 20px; 
    border: none;
    border-radius: 5px;
    text-align: center; 
    text-decoration: none; 
    transition: background 0.3s ease, box-shadow 0.3s ease; 
}

.button-red:hover {
    background: linear-gradient(90deg, 
    rgb(255, 0, 0), 
    rgba(179, 2, 2, 0.85));
    box-shadow: 0 12px 30px rgba(172, 1, 1, 0.699), 
                0 10px 25px rgba(255, 0, 0, 0.575);
}
.searchStructure {
    position: absolute;
    bottom: 20px; 
    right: 20px; 
    padding: 10px;
    display: flex;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: 15px;
    align-items: center;
    backdrop-filter: saturate(120%) blur(6px);
    background: color-mix(in srgb, #7a1a28 80%, transparent);
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}
.releaseStructure-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px; 
}

.releaseLogo {
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: 15px;
    width: 40px;
    height: auto;
}
.releaseStructure {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    padding: 25px; 
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: 15px;
    background-color: #5a0e1e;
    position: relative;
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

.releaseStructure img {
    max-width: 80px; 
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.releaseStructure h2 {
    text-align: center;
    margin: 0;
    font-size: 16px; 
}

.contactStructure {
    text-align: center;
    color: #fff;
    flex-direction: column;
    padding: 20px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: 15px;
    background-color: #5a0e1e;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px; 
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

.contactStructure button {
    padding: 10px 30px;
    width: 200px;
}
.siteStructure {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #7a1a28;
}
.supportStructure {
    display: flex;
    max-height: 50px;
    background-color: #5a0e1e;
    align-items: center;
    padding: 20px;
    border: 2px solid rgb(255 255 255 / 12%);
    border-radius: 15px;
    box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}
.supportStructure-logo {
margin-right: 20px;
height: 100px;
width: 100px;
}
.supportStructure-text {
display: flex;
flex-direction: column;
}
.supportStructure-title {
font-size: 15px;
font-weight: bold;
}
.supportStructure-summary {
font-size: 15px;
color: gray;
}
.tag {
    border-radius: 15px;
    background-color: #7a1a28;
    color: #fff;
    padding: 5px 10px;
    font-size: 9px; 
    position: absolute;
    top: 10px;
    right: 10px;
}
.tags-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    gap: 5px;
}

.tags {
    border-radius: 15px;
    background-color: #7a1a28;
    color: #fff;
    padding: 5px 10px;
    font-size: 9px; 
    position: relative;
    margin-bottom: 10px;
}
.previewStructure {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    border: 2px solid rgb(255 255 255 / 12%);
            border-radius: 15px;
            background-color: #5a0e1e;
            box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

.previewStructure .top-left-image {
    width: 60px; 
    border: 2px solid rgb(255 255 255 / 12%);
                border-radius: 15px;
    height: auto;
    margin-right: 20px; 
}

.previewStructure {
    display: flex;
    flex-direction: column;
}

.previewStructure h1 {
    margin: 0;
    font-size: 24px; 
    color: white;
}

.previewStructure h2 {
    margin: 0;
    font-size: 18px; 
    color: white;
}

.previewStructureInstaller {
    display: flex;
    padding: 20px;
    align-items: flex-start;
    border: 2px solid rgb(255 255 255 / 12%);
            border-radius: 15px;
            background-color: #5a0e1e;
            box-shadow: 0 10px 8px rgba(14, 14, 14, 0.2);
}

.previewStructureInstaller .top-left-image {
    width: 60px; 
    border: 2px solid rgb(255 255 255 / 12%);
                border-radius: 15px;
    height: auto;
    margin-right: 20px; 
}

.previewStructureInstaller {
    display: flex;
    flex-direction: column;
}

.previewStructureInstaller h1 {
    margin: 0;
    font-size: 24px; 
}

.previewStructureInstaller h2 {
    margin: 0;
    font-size: 18px;
    color: white;
}
ul {
    list-style-type: none;
    padding: 0;
}

li {
    padding: 10px;
    margin: 5px 0;
}
.whiteHR {
    color: white;
}