.sponsor-table-0ee70d53-wrapper {
    width: 100%;
    overflow-x: auto;
}
.sponsor-table-0ee70d53 {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
}
.sponsor-table-0ee70d53 td {
    padding: 20px;
    border-bottom: 1px solid #e2e8f0;
    vertical-align: middle;
}
.sponsor-table-0ee70d53 tr:last-child td {
}
.sponsor-info {
    width: 85%;
}
.sponsor-action {
	width: 15%;
	max-width: 15%;
	text-align: right;
}
.sponsor-level {
    margin-top: 0;
    margin-bottom: 10px;
}
.sponsor-level-details ul {
    margin: 0;
    padding-left: 40px;
    list-style-type: disc;
}
.sponsor-level-details li {
    margin-bottom: 5px;
}
.sponsor-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2563eb;
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.sponsor-button:hover {
    background-color: #1d4ed8;
    color: #ffffff;
}
.sponsor-button.sponsor-sold-out {
    background-color: #cbd5e1;
    color: #475569;
}
.sponsor-button.sponsor-sold-out:hover {
    background-color: #cbd5e1;
    color: #475569;
}